Преглед изворни кода

disable AES_convert_key by #if 0'ing it out (suggested by mcb30)

tags/v0.9.3
Holger Lubitz пре 17 година
родитељ
комит
42910594f7
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2
    0
      src/crypto/axtls/crypto.h

+ 2
- 0
src/crypto/axtls/crypto.h Прегледај датотеку

@@ -54,7 +54,9 @@ void AES_set_key(AES_CTX *ctx, const uint8_t *key,
54 54
 void AES_cbc_encrypt(AES_CTX *ctx, const uint8_t *msg, 
55 55
         uint8_t *out, int length);
56 56
 void AES_cbc_decrypt(AES_CTX *ks, const uint8_t *in, uint8_t *out, int length);
57
+#if 0 /** currently unused function **/
57 58
 void AES_convert_key(AES_CTX *ctx);
59
+#endif
58 60
 
59 61
 /**************************************************************************
60 62
  * RC4 declarations 

Loading…
Откажи
Сачувај