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:
003144a
)
Correct the mapping for des_read_pw()
author
Richard Levitte
<levitte@openssl.org>
Tue, 26 Mar 2002 13:54:15 +0000
(13:54 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 26 Mar 2002 13:54:15 +0000
(13:54 +0000)
crypto/ui/ui_compat.h
patch
|
blob
|
history
diff --git
a/crypto/ui/ui_compat.h
b/crypto/ui/ui_compat.h
index f33023718aca47fe10f2948dc46856980ac32cda..b35c9bb7fd3163202db96ed9c486ec77c08c81d4 100644
(file)
--- a/
crypto/ui/ui_compat.h
+++ b/
crypto/ui/ui_compat.h
@@
-72,7
+72,7
@@
extern "C" {
#define des_read_pw_string(b,l,p,v) \
_ossl_old_des_read_pw_string((b),(l),(p),(v))
#define des_read_pw(b,bf,s,p,v) \
- _ossl_old_des_read_pw
_string
((b),(bf),(s),(p),(v))
+ _ossl_old_des_read_pw((b),(bf),(s),(p),(v))
int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify);
int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);