summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/des/fcrypt_b.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/des/fcrypt_b.c')
-rw-r--r--crypto/openssl/crypto/des/fcrypt_b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/des/fcrypt_b.c b/crypto/openssl/crypto/des/fcrypt_b.c
index 9cbea97..22c87f5 100644
--- a/crypto/openssl/crypto/des/fcrypt_b.c
+++ b/crypto/openssl/crypto/des/fcrypt_b.c
@@ -58,7 +58,7 @@
#include <stdio.h>
-/* This version of crypt has been developed from my MIT compatable
+/* This version of crypt has been developed from my MIT compatible
* DES library.
* The library is available at pub/Crypto/DES at ftp.psy.uq.oz.au
* Eric Young (eay@cryptsoft.com)
@@ -97,7 +97,7 @@ void fcrypt_body(DES_LONG *out, des_key_schedule ks, DES_LONG Eswap0,
for (j=0; j<25; j++)
{
-#ifdef DES_UNROLL
+#ifndef DES_UNROLL
register int i;
for (i=0; i<32; i+=8)
OpenPOWER on IntegriCloud