[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Mon Mar 21 16:38:59 UTC 2016


The branch master has been updated
       via  7188f1f650e1130dbf0574c8276c0eb8cdbf0617 (commit)
      from  f9e550341281b0d344f7a5e7ac2ace79f88a3184 (commit)


- Log -----------------------------------------------------------------
commit 7188f1f650e1130dbf0574c8276c0eb8cdbf0617
Author: Matt Caswell <matt at openssl.org>
Date:   Mon Mar 21 16:24:30 2016 +0000

    Fix no-ts with --strict-warnings
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

Summary of changes:
 apps/ts.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/apps/ts.c b/apps/ts.c
index 1872422..44e6004 100644
--- a/apps/ts.c
+++ b/apps/ts.c
@@ -57,8 +57,9 @@
  */
 
 #include <openssl/opensslconf.h>
-#ifndef OPENSSL_NO_TS
-
+#ifdef OPENSSL_NO_TS
+NON_EMPTY_TRANSLATION_UNIT
+#else
 # include <stdio.h>
 # include <stdlib.h>
 # include <string.h>


More information about the openssl-commits mailing list