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

Experimental symbol renaming to avoid clashes with regular OpenSSL.

Make sure crypto.h is included first in any affected files.
parent 0fbf8f44
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
 *
 */

#include <openssl/crypto.h>
#include <openssl/aes.h>
#include <openssl/modes.h>

+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
 *
 */

#include <openssl/crypto.h>
#include <openssl/aes.h>
#include <openssl/modes.h>

+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#include <assert.h>

#include <stdlib.h>
#include <openssl/crypto.h>
#include <openssl/aes.h>
#include "aes_locl.h"

+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@
#endif
#include <assert.h>

#include <openssl/crypto.h>
#include <openssl/aes.h>
#include "aes_locl.h"

+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
 *
 */

#include <openssl/crypto.h>
#include <openssl/aes.h>
#include <openssl/modes.h>

Loading