[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Wed Jun 10 00:03:55 UTC 2015


The branch master has been updated
       via  e36c5fc4f547ce62280e5a704d1f94189742ec65 (commit)
      from  acaff3b797f50a0a0e17a0be45b7fafad962004e (commit)


- Log -----------------------------------------------------------------
commit e36c5fc4f547ce62280e5a704d1f94189742ec65
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Jun 10 01:51:23 2015 +0200

    Make sure test/gost2814789test.c can see configuration macros
    
    test/gost2814789test.c needs to include openssl/e_os2.h or it wouldn't
    see the defined OPENSSL_NO_* macros.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>

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

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

diff --git a/test/gost2814789test.c b/test/gost2814789test.c
index 4569249..b2cd41f 100644
--- a/test/gost2814789test.c
+++ b/test/gost2814789test.c
@@ -8,6 +8,7 @@
  * ====================================================================
  */
 #include <stdio.h>
+#include <openssl/e_os2.h>
 
 #if defined(OPENSSL_NO_ENGINE) || defined(OPENSSL_NO_GOST)
 int main(int argc, char *argv[])


More information about the openssl-commits mailing list