Add missing lock definitions...
authorDr. Stephen Henson <steve@openssl.org>
Tue, 14 Oct 2008 15:24:49 +0000 (15:24 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 14 Oct 2008 15:24:49 +0000 (15:24 +0000)
crypto/crypto.h

index bcc8ca4ad3bca1ab3d59ec0d4bf5393f3ec22ca9..efde7689376e64b479a3a1a8319b3628946c10d8 100644 (file)
@@ -219,7 +219,9 @@ typedef struct openssl_item_st
 #define CRYPTO_LOCK_EC_PRE_COMP                36
 #define CRYPTO_LOCK_STORE              37
 #define CRYPTO_LOCK_COMP               38
 #define CRYPTO_LOCK_EC_PRE_COMP                36
 #define CRYPTO_LOCK_STORE              37
 #define CRYPTO_LOCK_COMP               38
-#define CRYPTO_NUM_LOCKS               39
+#define CRYPTO_LOCK_FIPS               39
+#define CRYPTO_LOCK_FIPS2              40
+#define CRYPTO_NUM_LOCKS               41
 
 #define CRYPTO_LOCK            1
 #define CRYPTO_UNLOCK          2
 
 #define CRYPTO_LOCK            1
 #define CRYPTO_UNLOCK          2