Use ui_compat.h to get the password reading functions.
authorRichard Levitte <levitte@openssl.org>
Mon, 14 May 2001 11:54:36 +0000 (11:54 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 14 May 2001 11:54:36 +0000 (11:54 +0000)
crypto/des/des.c

index eebc3a71d61be660ef4a58d391cc7bcd4161cdba..2dcf1c2a24b48de2b373b667ca3274c4b13f4593 100644 (file)
@@ -88,6 +88,7 @@
 #endif
 #include <openssl/des.h>
 #include <openssl/rand.h>
+#include <openssl/ui_compat.h>
 
 void usage(void);
 void doencryption(void);