aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-27 15:22:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-27 15:22:26 +0000
commit7c8ced94c32131f24d469d2899f3339f77c47aa1 (patch)
tree7dad16d42ed83f3d03917fc25d46fefa4647a2cc /crypto/crypto.h
parentd5df1b3f0db030c2202cbcc7c0ca9921d3db2ce0 (diff)
downloadopenssl-7c8ced94c32131f24d469d2899f3339f77c47aa1.tar.gz
Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refer
to EVP any more. Move locking #define into fips.h. Set FIPS locking callbacks at same time as OpenSSL locking callbacks.
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r--crypto/crypto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h
index 84d3520ec2..5089c65882 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -249,10 +249,6 @@ typedef struct openssl_item_st
#define CRYPTO_add(a,b,c) ((*(a))+=(b))
#endif
-#if defined(OPENSSL_FIPSCANISTER) && defined(OPENSSL_FIPSEVP)
-#define CRYPTO_lock FIPS_lock
-#endif
-
/* Some applications as well as some parts of OpenSSL need to allocate
and deallocate locks in a dynamic fashion. The following typedef
makes this possible in a type-safe manner. */