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

Include crypto.h to pull in definition of OPENSSL_cleanse in various

places.
parent 98c3eccc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@
 */

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

int des_read_password(des_cblock *key, const char *prompt, int verify)
	{
+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"

void des_string_to_key(const char *str, des_cblock *key)
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@
#include <string.h>
#include <openssl/md2.h>
#include <openssl/opensslv.h>
#include <openssl/crypto.h>

const char *MD2_version="MD2" OPENSSL_VERSION_PTEXT;

+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@
#include <stdio.h>
#include <string.h>
#include <openssl/md4.h>
#include <openssl/crypto.h>

#ifdef CHARSET_EBCDIC
#include <openssl/ebcdic.h>
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@
#include <stdio.h>
#include <string.h>
#include <openssl/md5.h>
#include <openssl/crypto.h>

#ifdef CHARSET_EBCDIC
#include <openssl/ebcdic.h>
Loading