summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ui/ui_compat.h')
-rw-r--r--crypto/ui/ui_compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ui/ui_compat.h b/crypto/ui/ui_compat.h
index 6e547b6ceb..a7f62a4751 100644
--- a/crypto/ui/ui_compat.h
+++ b/crypto/ui/ui_compat.h
@@ -73,8 +73,8 @@ extern "C" {
and are provided here for backward compatibility reasons. */
#ifndef OPENSSL_NO_DES
-int des_read_password(des_cblock *key,const char *prompt,int verify);
-int des_read_2passwords(des_cblock *key1,des_cblock *key2,
+int des_read_password(DES_cblock *key,const char *prompt,int verify);
+int des_read_2passwords(DES_cblock *key1,DES_cblock *key2,
const char *prompt,int verify);
#endif