X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=crypto%2Fdes%2Fread2pwd.c;h=241adfa342d6caa0cdc38e6b1d62e4ba0c48d3da;hb=0bf23d9b2055223c6e7a1398d2243a65dfa4c30d;hp=b4720c3a9810546c448f3ff1d897bfef100b2eb6;hpb=813f256783a678b131a81ed1c8d05b70395a6255;p=thirdparty%2Fopenssl.git diff --git a/crypto/des/read2pwd.c b/crypto/des/read2pwd.c index b4720c3a98..241adfa342 100644 --- a/crypto/des/read2pwd.c +++ b/crypto/des/read2pwd.c @@ -112,6 +112,9 @@ #include #include #include +#ifdef OPENSSL_SYS_WINCE +#include /* BUFSIZ */ +#endif int DES_read_password(DES_cblock *key, const char *prompt, int verify) {