summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-10-14 15:24:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-10-14 15:24:49 +0000
commita7ae4abfd9b0cb1a1d26b2c8a9e9a1ba44fcaa8f (patch)
tree5bfb70bb0a4e529b45875b9b5fa88c5edfec5ae4 /crypto
parent30661b1b013a86bbf50a6fe350cf483fbc38db49 (diff)
Add missing lock definitions...
Diffstat (limited to 'crypto')
-rw-r--r--crypto/crypto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h
index bcc8ca4ad3..efde768937 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -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_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