Correct serious bug in AES-CBC decryption when the message length isn't
[openssl.git] / crypto / crypto.h
index dd90cfa55d0f312437abc149be71d8e25dd2149f..5238e530669a2dd104a02ee99e52b3bded783cd6 100644 (file)
@@ -203,7 +203,8 @@ typedef struct openssl_item_st
 #define CRYPTO_LOCK_BN                 35
 #define CRYPTO_LOCK_EC_PRE_COMP                36
 #define CRYPTO_LOCK_STORE              37
-#define CRYPTO_NUM_LOCKS               38
+#define CRYPTO_LOCK_COMP               38
+#define CRYPTO_NUM_LOCKS               39
 
 #define CRYPTO_LOCK            1
 #define CRYPTO_UNLOCK          2