test/Makefile: allow emulated test (e.g. under wine).
[openssl.git] / doc / crypto / ui_compat.pod
index 9ab3c69bf256db8653d4996ea55e26502aca6aa9..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);