summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ui/ui_util.c')
-rw-r--r--crypto/ui/ui_util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/ui/ui_util.c b/crypto/ui/ui_util.c
index f05573df33..8876128e56 100644
--- a/crypto/ui/ui_util.c
+++ b/crypto/ui/ui_util.c
@@ -55,6 +55,9 @@
#include <string.h>
#include <openssl/ui.h>
+#ifdef OPENSSL_SYS_WINCE
+#include <stdio_extras.h> /* BUFSIZ */
+#endif
int UI_UTIL_read_pw_string(char *buf,int length,const char *prompt,int verify)
{