summaryrefslogtreecommitdiffstats
path: root/crypto/modes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-01-15 13:40:21 +0000
committerAndy Polyakov <appro@openssl.org>2012-01-15 13:40:21 +0000
commit4fb7e2b4454cedef93cee01a156973d5c2e84d83 (patch)
tree5e6e8e7edc955aa1c9e0d3685d58292cc478c78b /crypto/modes
parent9138e3c061bd332c06780677be47bedc0251d826 (diff)
Fix OPNESSL vs. OPENSSL typos [from HEAD].
PR: 2613 Submitted by: Leena Heino
Diffstat (limited to 'crypto/modes')
-rw-r--r--crypto/modes/modes_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/modes/modes_lcl.h b/crypto/modes/modes_lcl.h
index 4dab6a67fe..7a82a981ca 100644
--- a/crypto/modes/modes_lcl.h
+++ b/crypto/modes/modes_lcl.h
@@ -36,7 +36,7 @@ typedef unsigned char u8;
# undef STRICT_ALIGNMENT
#endif
-#if !defined(PEDANTIC) && !defined(OPENSSL_NO_ASM) && !defined(OPNESSL_NO_INLINE_ASM)
+#if !defined(PEDANTIC) && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
#if defined(__GNUC__) && __GNUC__>=2
# if defined(__x86_64) || defined(__x86_64__)
# define BSWAP8(x) ({ u64 ret=(x); \