diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2008-10-14 15:24:49 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2008-10-14 15:24:49 +0000 |
commit | a7ae4abfd9b0cb1a1d26b2c8a9e9a1ba44fcaa8f (patch) | |
tree | 5bfb70bb0a4e529b45875b9b5fa88c5edfec5ae4 /crypto | |
parent | 30661b1b013a86bbf50a6fe350cf483fbc38db49 (diff) | |
download | openssl-new-a7ae4abfd9b0cb1a1d26b2c8a9e9a1ba44fcaa8f.tar.gz |
Add missing lock definitions...
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/crypto.h | 4 |
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 |