aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/read_pwd.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-28 20:21:33 +0000
committerBodo Möller <bodo@openssl.org>1999-05-28 20:21:33 +0000
commit410aa5227b0b632f70550220eecd722e17dd7921 (patch)
tree60705221c85bd9ff5932aede571208daac428c58 /crypto/des/read_pwd.c
parent054009a638ad06c3e11b044bacf500d0abc8fcf2 (diff)
downloadopenssl-410aa5227b0b632f70550220eecd722e17dd7921.tar.gz
Include <stdio.h>.
Diffstat (limited to 'crypto/des/read_pwd.c')
-rw-r--r--crypto/des/read_pwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/des/read_pwd.c b/crypto/des/read_pwd.c
index 70a15aea7f..8ac1f1e36e 100644
--- a/crypto/des/read_pwd.c
+++ b/crypto/des/read_pwd.c
@@ -82,6 +82,7 @@
#include "des_locl.h"
#include "cryptlib.h"
#include <signal.h>
+#include <stdio.h>
#include <string.h>
#include <setjmp.h>
#include <errno.h>