Add missing ctype.h
authorRich Salz <rsalz@openssl.org>
Wed, 13 May 2015 18:41:53 +0000 (14:41 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 13 May 2015 18:41:53 +0000 (14:41 -0400)
Had old patch, forgot to push/patch this to master

Reviewed-by: Matt Caswell <matt@openssl.org>
apps/ocsp.c

index 4d44da845cec50f9b1ce024baf5b01f99c9bc347..d52da18a5ec7c0e5d815bbc135bfccd9f99446d6 100644 (file)
@@ -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>