Remove -WX option from debug-VC-WIN32
[openssl.git] / doc / crypto / ui_compat.pod
index ea9c26aa7afc29ae60406ff8e268e9d336afc9a4..adf2ae5e53ca7a1f74d6185551a7f166274770ac 100644 (file)
@@ -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);
@@ -45,7 +47,7 @@ is also available under the name EVP_read_pw_string().
 
 =head1 SEE ALSO
 
-L<ui_create(3)|ui_create(3)>, L<ui_compat(3)|ui_compat(3)>
+L<ui(3)|ui(3)>, L<ui_create(3)|ui_create(3)>
 
 =head1 AUTHOR