[openssl-commits] [openssl] master update

Kurt Roeckx kurt at openssl.org
Tue Nov 24 21:33:52 UTC 2015


The branch master has been updated
       via  c98d63f250c3cefe0905269171eb5e26b1ce8d57 (commit)
      from  434b58457c8cca4d09f77a1774d6d2c446604bae (commit)


- Log -----------------------------------------------------------------
commit c98d63f250c3cefe0905269171eb5e26b1ce8d57
Author: Finn Hakansson <finn_hakansson at yahoo.com>
Date:   Tue Nov 24 15:55:50 2015 -0500

    Fix typo: _REENTERANT -> _REENTRANT
    
    Signed-off-by: Kurt Roeckx <kurt at roeckx.be>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    
    GH: #484

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

Summary of changes:
 Makefile.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.org b/Makefile.org
index 10058c6..6cd20f8 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -33,7 +33,7 @@ OPENSSLDIR=/usr/local/ssl
 # NO_RC4  - Define to build without the RC4 algorithm
 # NO_RC2  - Define to build without the RC2 algorithm
 # THREADS - Define when building with threads, you will probably also need any
-#           system defines as well, i.e. _REENTERANT for Solaris 2.[34]
+#           system defines as well, i.e. _REENTRANT for Solaris 2.[34]
 # TERMIO  - Define the termio terminal subsystem, needed if sgtty is missing.
 # TERMIOS - Define the termios terminal subsystem, Silicon Graphics.
 # LONGCRYPT - Define to use HPUX 10.x's long password modification to crypt(3).


More information about the openssl-commits mailing list