Correct the mapping for des_read_pw()
authorRichard Levitte <levitte@openssl.org>
Tue, 26 Mar 2002 13:54:15 +0000 (13:54 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 26 Mar 2002 13:54:15 +0000 (13:54 +0000)
crypto/ui/ui_compat.h

index f33023718aca47fe10f2948dc46856980ac32cda..b35c9bb7fd3163202db96ed9c486ec77c08c81d4 100644 (file)
@@ -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);