]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/des/read2pwd.c
WinCE patches
[thirdparty/openssl.git] / crypto / des / read2pwd.c
index b4720c3a9810546c448f3ff1d897bfef100b2eb6..241adfa342d6caa0cdc38e6b1d62e4ba0c48d3da 100644 (file)
 #include <string.h>
 #include <openssl/des.h>
 #include <openssl/ui.h>
+#ifdef OPENSSL_SYS_WINCE
+#include <stdio_extras.h>      /* BUFSIZ */
+#endif
 
 int DES_read_password(DES_cblock *key, const char *prompt, int verify)
        {