From: Geoff Thorpe Date: Mon, 17 May 2004 19:01:15 +0000 (+0000) Subject: Because of recent reductions in header interdependencies, these files need X-Git-Tag: BEN_FIPS_TEST_6~14^2~248 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=298a2f9e58b9d4e86fc585ae6b68a50e750631ed Because of recent reductions in header interdependencies, these files need to include crypto.h directly. --- diff --git a/crypto/des/read2pwd.c b/crypto/des/read2pwd.c index 3a63c4016c..ee6969f76e 100644 --- a/crypto/des/read2pwd.c +++ b/crypto/des/read2pwd.c @@ -112,6 +112,7 @@ #include #include #include +#include int DES_read_password(DES_cblock *key, const char *prompt, int verify) { diff --git a/crypto/des/str2key.c b/crypto/des/str2key.c index 0373db469c..9c2054bda6 100644 --- a/crypto/des/str2key.c +++ b/crypto/des/str2key.c @@ -57,6 +57,7 @@ */ #include "des_locl.h" +#include void DES_string_to_key(const char *str, DES_cblock *key) {