Commit 298a2f9e authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

Because of recent reductions in header interdependencies, these files need

to include crypto.h directly.
parent ac0d0a5e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@
#include <string.h>
#include <openssl/des.h>
#include <openssl/ui.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
@@ -57,6 +57,7 @@
 */

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

void DES_string_to_key(const char *str, DES_cblock *key)
	{