aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-05-14 11:54:36 +0000
committerRichard Levitte <levitte@openssl.org>2001-05-14 11:54:36 +0000
commit2ed2d1515e9dd05ff2a73a3e7a49b95ad9256bcf (patch)
tree57e2d0b242646b2937cb075597c69a2323afba9c /crypto/des
parentbb5b16a36cf67530c1222297f44b3f661f5105af (diff)
downloadopenssl-2ed2d1515e9dd05ff2a73a3e7a49b95ad9256bcf.tar.gz
Use ui_compat.h to get the password reading functions.
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/des.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/des/des.c b/crypto/des/des.c
index eebc3a71d6..2dcf1c2a24 100644
--- a/crypto/des/des.c
+++ b/crypto/des/des.c
@@ -88,6 +88,7 @@
#endif
#include <openssl/des.h>
#include <openssl/rand.h>
+#include <openssl/ui_compat.h>
void usage(void);
void doencryption(void);