From: Dr. Stephen Henson Date: Tue, 14 Oct 2008 15:24:49 +0000 (+0000) Subject: Add missing lock definitions... X-Git-Tag: OpenSSL_0_9_8k^2~232 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a7ae4abfd9b0cb1a1d26b2c8a9e9a1ba44fcaa8f;p=oweals%2Fopenssl.git Add missing lock definitions... --- 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