From: Rich Salz Date: Wed, 13 May 2015 18:41:53 +0000 (-0400) Subject: Add missing ctype.h X-Git-Tag: OpenSSL_1_1_0-pre1~1147 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=98cd49db1df8091ac10459f75d07f7eb53e82d6c;p=oweals%2Fopenssl.git Add missing ctype.h Had old patch, forgot to push/patch this to master Reviewed-by: Matt Caswell --- 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 # include # include +# include # include "apps.h" /* needs to be included before the openssl * headers! */ # include