[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Mon Mar 7 22:14:38 UTC 2016


The branch master has been updated
       via  f7c4584b15320d94863daba2996eee21dde23732 (commit)
      from  53c6f12c1247b1e9444acd11ed85fd8afca01830 (commit)


- Log -----------------------------------------------------------------
commit f7c4584b15320d94863daba2996eee21dde23732
Author: Mat <mberchtold at gmail.com>
Date:   Mon Mar 7 22:59:13 2016 +0100

    GH812: Fix for no-ui build on Windows
    
    Add UI to known algorithms in mkdef.pl
    
    Signed-off-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

Summary of changes:
 util/mkdef.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/util/mkdef.pl b/util/mkdef.pl
index 07117e9..8578171 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -116,6 +116,8 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
 		 	 "SSL_TRACE",
 			 # Unit testing
 		 	 "UNIT_TEST",
+			 # User Interface
+			 "UI",
 			 # OCB mode
 			 "OCB",
                          # APPLINK (win build feature?)


More information about the openssl-commits mailing list