From: Richard Levitte Date: Wed, 4 Apr 2001 16:03:00 +0000 (+0000) Subject: Correct a typo. linux != linus. X-Git-Tag: OpenSSL_0_9_6c~182^2~283 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6bcac6e578a57159c29e65776d0ef7f5cfb07a2f;p=oweals%2Fopenssl.git Correct a typo. linux != linus. --- diff --git a/e_os2.h b/e_os2.h index ed90f222e2..1b71fba707 100644 --- a/e_os2.h +++ b/e_os2.h @@ -141,7 +141,7 @@ extern "C" { /* --------------------------------- Unix ---------------------------------- */ #ifdef OPENSSL_SYS_UNIX -# if defined(linus) || defined(OPENSSL_SYSNAME_LINUX) +# if defined(linux) || defined(OPENSSL_SYSNAME_LINUX) # define OPENSSL_SYS_LINUX # endif # ifdef OPENSSL_SYSNAME_MPE