Commit 14ae26f2 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files

that use it.
parent 3710d1aa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@
 * [including the GNU Public Licence.]
 */

#define OPENSSL_FIPSAPI

#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@
 * [including the GNU Public Licence.]
 */

#define OPENSSL_FIPSAPI

#include <stdio.h>
#include <openssl/bn.h>
#include "cryptlib.h"
+2 −0
Original line number Diff line number Diff line
@@ -109,6 +109,8 @@
 *
 */

#define OPENSSL_FIPSAPI

#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"
+2 −0
Original line number Diff line number Diff line
@@ -109,6 +109,8 @@
 *
 */

#define OPENSSL_FIPSAPI

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

+2 −0
Original line number Diff line number Diff line
@@ -111,6 +111,8 @@
 * [including the GNU Public Licence.]
 */

#define OPENSSL_FIPSAPI

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

Loading