Fix no-stdio build
[openssl.git] / crypto / des / read2pwd.c
index 01e275f331e5164afdbe0a17522b2078270f37ce..76331396048fe21a979151e2a1c4ce87c844734f 100644 (file)
 #include <openssl/ui.h>
 #include <openssl/crypto.h>
 
+#ifndef BUFSIZ
+#define BUFSIZ 256
+#endif
+
 int DES_read_password(DES_cblock *key, const char *prompt, int verify)
 {
     int ok;