Sort openssl.ec, the configuration file for mkerr.pl.
[openssl.git] / crypto / des / fcrypt_b.c
index 9cbea97c1fcdff53e4574185bedd96d1d4ee0720..22c87f598368b0edda0d776b4d2e709b1eadec10 100644 (file)
@@ -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)