Commit 78951e77 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make sure we get the definition of OPENSSL_NO_ERR.

parent 9ba4cc00
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/bio.h>
#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ERR is defined */

/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/bn.h>
#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ERR is defined */

/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/buffer.h>
#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ERR is defined */

/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/comp.h>
#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ERR is defined */

/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@
#include <stdio.h>
#include <openssl/err.h>
#include <openssl/conf.h>
#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ERR is defined */

/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
Loading