summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-05-13 14:41:53 -0400
committerRich Salz <rsalz@openssl.org>2015-05-13 14:41:53 -0400
commit98cd49db1df8091ac10459f75d07f7eb53e82d6c (patch)
tree2ab3fd6f78ae0fe9f4f7ceba688525bb587ee92c /apps/ocsp.c
parentfc3cec53501ec226a493b0b04b9dd0a6f7944b0f (diff)
Add missing ctype.h
Had old patch, forgot to push/patch this to master Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'apps/ocsp.c')
-rw-r--r--apps/ocsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/ocsp.c b/apps/ocsp.c
index 4d44da845c..d52da18a5e 100644
--- a/apps/ocsp.c
+++ b/apps/ocsp.c
@@ -68,6 +68,7 @@
# include <stdlib.h>
# include <string.h>
# include <time.h>
+# include <ctype.h>
# include "apps.h" /* needs to be included before the openssl
* headers! */
# include <openssl/e_os2.h>