Commit 73e45b2d authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

remove OPENSSL_FIPSAPI



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent b2ecc05a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
 * [including the GNU Public Licence.]
 */

#define OPENSSL_FIPSAPI


#include "cryptlib.h"
#include "bn_lcl.h"
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@
 * [including the GNU Public Licence.]
 */

#define OPENSSL_FIPSAPI


#include "cryptlib.h"
#include "bn_lcl.h"
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
#endif
#endif

#define OPENSSL_FIPSAPI


#include <assert.h>

+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
 * [including the GNU Public Licence.]
 */

#define OPENSSL_FIPSAPI


#include <openssl/bn.h>
#include "cryptlib.h"
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@
 *
 */

#define OPENSSL_FIPSAPI


#include "cryptlib.h"
#include "bn_lcl.h"
Loading