Remove email addresses from source code.
[openssl.git] / crypto / des / cbc_cksm.c
index a7bf0689b255a560e408ba66742525525592f885..ef715264e1812ba38dba64c5bd73d6574f3b0f54 100644 (file)
@@ -33,7 +33,6 @@ DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output,
         tin1 ^= tout1;
         tin[1] = tin1;
         DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
-        /* fix 15/10/91 eay - thanks to keithr@sco.COM */
         tout0 = tin[0];
         tout1 = tin[1];
     }