aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-05-17 19:01:15 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-05-17 19:01:15 +0000
commit298a2f9e58b9d4e86fc585ae6b68a50e750631ed (patch)
tree479bbd2191b55e21beee31ec0337503fd221933d /crypto/des
parentac0d0a5ecd0deddf2d9b1a44cf7de69c8274b82d (diff)
downloadopenssl-298a2f9e58b9d4e86fc585ae6b68a50e750631ed.tar.gz
Because of recent reductions in header interdependencies, these files need
to include crypto.h directly.
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/read2pwd.c1
-rw-r--r--crypto/des/str2key.c1
2 files changed, 2 insertions, 0 deletions
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 <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)
{
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 <openssl/crypto.h>
void DES_string_to_key(const char *str, DES_cblock *key)
{