From: Richard Levitte Date: Mon, 14 May 2001 11:54:36 +0000 (+0000) Subject: Use ui_compat.h to get the password reading functions. X-Git-Tag: OpenSSL_0_9_6c~182^2~168 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2ed2d1515e9dd05ff2a73a3e7a49b95ad9256bcf;p=oweals%2Fopenssl.git Use ui_compat.h to get the password reading functions. --- 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 #include +#include void usage(void); void doencryption(void);