diff options
Diffstat (limited to 'crypto/bn/bn_add.c')
-rw-r--r-- | crypto/bn/bn_add.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bn/bn_add.c b/crypto/bn/bn_add.c index 9405163706..f8e6729a47 100644 --- a/crypto/bn/bn_add.c +++ b/crypto/bn/bn_add.c @@ -56,6 +56,8 @@ * [including the GNU Public Licence.] */ +#define OPENSSL_FIPSAPI + #include <stdio.h> #include "cryptlib.h" #include "bn_lcl.h" |