Because of recent reductions in header interdependencies, these files need
authorGeoff Thorpe <geoff@openssl.org>
Mon, 17 May 2004 19:01:15 +0000 (19:01 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 17 May 2004 19:01:15 +0000 (19:01 +0000)
to include crypto.h directly.

crypto/des/read2pwd.c
crypto/des/str2key.c

index 3a63c4016ccf952a035e424c08388452ece126d1..ee6969f76eb5972965530d1cfa51758584174c3a 100644 (file)
 #include <string.h>
 #include <openssl/des.h>
 #include <openssl/ui.h>
 #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)
        {
 
 int DES_read_password(DES_cblock *key, const char *prompt, int verify)
        {
index 0373db469c9a21d971d95bed162777db67d3ed2c..9c2054bda6b9da92351d3d1a37dac671dcf0c25b 100644 (file)
@@ -57,6 +57,7 @@
  */
 
 #include "des_locl.h"
  */
 
 #include "des_locl.h"
+#include <openssl/crypto.h>
 
 void DES_string_to_key(const char *str, DES_cblock *key)
        {
 
 void DES_string_to_key(const char *str, DES_cblock *key)
        {