* [including the GNU Public Licence.]
*/
-#include <openssl/des.h>
-#include <openssl/ui.h>
+#include <openssl/ui_compat.h>
+#ifndef OPENSSL_NO_DES
int des_read_password(des_cblock *key, const char *prompt, int verify)
{
int ok;
memset(buff,0,BUFSIZ);
return(ok);
}
+#endif
int des_read_pw_string(char *buf,int length,const char *prompt,int verify)
{