summaryrefslogtreecommitdiff
path: root/doc/crypto/ui_compat.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/ui_compat.pod')
-rw-r--r--doc/crypto/ui_compat.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/crypto/ui_compat.pod b/doc/crypto/ui_compat.pod
index 9ab3c69bf2..adf2ae5e53 100644
--- a/doc/crypto/ui_compat.pod
+++ b/doc/crypto/ui_compat.pod
@@ -7,6 +7,8 @@ Compatibility user interface functions
=head1 SYNOPSIS
+ #include <openssl/des_old.h>
+
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);