From: Finn Hakansson Date: Tue, 24 Nov 2015 20:55:50 +0000 (-0500) Subject: Fix typo: _REENTERANT -> _REENTRANT X-Git-Tag: OpenSSL_1_1_0-pre1~167 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c98d63f250c3cefe0905269171eb5e26b1ce8d57;p=oweals%2Fopenssl.git Fix typo: _REENTERANT -> _REENTRANT Signed-off-by: Kurt Roeckx Reviewed-by: Richard Levitte GH: #484 --- diff --git a/Makefile.org b/Makefile.org index 10058c6bc3..6cd20f8770 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).