projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb5b16a
)
Use ui_compat.h to get the password reading functions.
author
Richard Levitte
<levitte@openssl.org>
Mon, 14 May 2001 11:54:36 +0000
(11:54 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 14 May 2001 11:54:36 +0000
(11:54 +0000)
crypto/des/des.c
patch
|
blob
|
history
diff --git
a/crypto/des/des.c
b/crypto/des/des.c
index eebc3a71d61be660ef4a58d391cc7bcd4161cdba..2dcf1c2a24b48de2b373b667ca3274c4b13f4593 100644
(file)
--- 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);