diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2014-10-20 14:13:59 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2014-12-08 14:25:38 +0100 |
commit | 73e45b2dd127b10d6259203082fe2b49aa268986 (patch) | |
tree | 94a7e13fd002fa83c9840e27f125723109f59b81 /crypto/bn/bn_add.c | |
parent | remove FIPS_*_SIZE_T (diff) | |
download | openssl-73e45b2dd127b10d6259203082fe2b49aa268986.tar.xz openssl-73e45b2dd127b10d6259203082fe2b49aa268986.zip |
remove OPENSSL_FIPSAPI
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/bn/bn_add.c')
-rw-r--r-- | crypto/bn/bn_add.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_add.c b/crypto/bn/bn_add.c index caf3575915..659e1d22d7 100644 --- a/crypto/bn/bn_add.c +++ b/crypto/bn/bn_add.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#define OPENSSL_FIPSAPI + #include "cryptlib.h" #include "bn_lcl.h" |