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

Include openssl/crypto.h first in several other files so FIPS renaming

is picked up.
parent 017bc57b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
 *
 */

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

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

#include <openssl/crypto.h>
#include <openssl/camellia.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/camellia.h>
#include <openssl/modes.h>

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

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

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

#include <openssl/crypto.h>
#include "des_locl.h"

DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output,
Loading