summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-01-30 11:08:44 +0000
committerRichard Levitte <levitte@openssl.org>2003-01-30 11:08:44 +0000
commitc0a93e31ab0bba212092b1125fb076fed69b8b01 (patch)
tree5cd68db128a5fa40fdf80ec4301008ac26098b70 /crypto/md5
parent2e60ea7634125fcad082cc4b493e429ee440ea83 (diff)
Small typo, OENSSL should really be spelled OPENSSL.
PR: 476
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/md5.h b/crypto/md5/md5.h
index cfdbf03fe1..a252e02115 100644
--- a/crypto/md5/md5.h
+++ b/crypto/md5/md5.h
@@ -78,7 +78,7 @@ extern "C" {
#if defined(OPENSSL_SYS_WIN16) || defined(__LP32__)
#define MD5_LONG unsigned long
-#elif defined(OENSSL_SYS_CRAY) || defined(__ILP64__)
+#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
#define MD5_LONG unsigned long
#define MD5_LONG_LOG2 3
/*