[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Wed May 13 18:42:19 UTC 2015


The branch master has been updated
       via  98cd49db1df8091ac10459f75d07f7eb53e82d6c (commit)
      from  fc3cec53501ec226a493b0b04b9dd0a6f7944b0f (commit)


- Log -----------------------------------------------------------------
commit 98cd49db1df8091ac10459f75d07f7eb53e82d6c
Author: Rich Salz <rsalz at openssl.org>
Date:   Wed May 13 14:41:53 2015 -0400

    Add missing ctype.h
    
    Had old patch, forgot to push/patch this to master
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 apps/ocsp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/ocsp.c b/apps/ocsp.c
index 4d44da8..d52da18 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>


More information about the openssl-commits mailing list