aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/modes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-01-15 13:39:10 +0000
committerAndy Polyakov <appro@openssl.org>2012-01-15 13:39:10 +0000
commit0ecedec82dd3fd44d54f3f7997fab91c079a32a7 (patch)
treedcc459b2222c6889a9453a9958fec271f8fec5a2 /crypto/modes
parent9bd20155badd62e19d578187b931c861d8759b16 (diff)
downloadopenssl-0ecedec82dd3fd44d54f3f7997fab91c079a32a7.tar.gz
Fix OPNESSL vs. OPENSSL typos.
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); \