summaryrefslogtreecommitdiffstats
path: root/e_os2.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-04-04 16:03:00 +0000
committerRichard Levitte <levitte@openssl.org>2001-04-04 16:03:00 +0000
commit6bcac6e578a57159c29e65776d0ef7f5cfb07a2f (patch)
tree9fb1d3e67e0c63e0385e869c2731d9ee6ed6cc9c /e_os2.h
parent967d95f096e359174bb55733ff1cb56928710b07 (diff)
Correct a typo. linux != linus.
Diffstat (limited to 'e_os2.h')
-rw-r--r--e_os2.h2
1 files changed, 1 insertions, 1 deletions
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