From 2ed2d1515e9dd05ff2a73a3e7a49b95ad9256bcf Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 14 May 2001 11:54:36 +0000 Subject: [PATCH] Use ui_compat.h to get the password reading functions. --- crypto/des/des.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.34.1