summaryrefslogtreecommitdiffstats
path: root/crypto/des/fcrypt.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-05-17 17:38:18 -0400
committerRich Salz <rsalz@openssl.org>2016-05-17 17:38:18 -0400
commitb6cff313cbb1d0381b329fe4f6a8f009cdb270e4 (patch)
treebf494fcee710691147bb78502f16d73526d35e53 /crypto/des/fcrypt.c
parent6ddbb4cd92ad8c9ebf874e5d9920c122696b7477 (diff)
Manual fixes after copyright consolidation
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/des/fcrypt.c')
-rw-r--r--crypto/des/fcrypt.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/crypto/des/fcrypt.c b/crypto/des/fcrypt.c
index 1c4ec3870f..b52f486acb 100644
--- a/crypto/des/fcrypt.c
+++ b/crypto/des/fcrypt.c
@@ -18,19 +18,6 @@
# include <openssl/ebcdic.h>
#endif
-/*
- * This version of crypt has been developed from my MIT compatible DES
- * library. Eric Young (eay@cryptsoft.com)
- */
-
-/*
- * Modification by Jens Kupferschmidt (Cu) I have included directive PARA for
- * shared memory computers. I have included a directive LONGCRYPT to using
- * this routine to cipher passwords with more then 8 bytes like HP-UX 10.x it
- * used. The MAXPLEN definition is the maximum of length of password and can
- * changed. I have defined 24.
- */
-
#include <openssl/crypto.h>
#include "des_locl.h"