aboutsummaryrefslogtreecommitdiff
path: root/openssl/doc/crypto/ui_compat.pod
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/doc/crypto/ui_compat.pod')
-rw-r--r--openssl/doc/crypto/ui_compat.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/doc/crypto/ui_compat.pod b/openssl/doc/crypto/ui_compat.pod
index 9ab3c69bf..adf2ae5e5 100644
--- a/openssl/doc/crypto/ui_compat.pod
+++ b/openssl/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);