summaryrefslogtreecommitdiffstats
path: root/sys/crypto/des/des_ecb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/des/des_ecb.c')
-rw-r--r--sys/crypto/des/des_ecb.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/crypto/des/des_ecb.c b/sys/crypto/des/des_ecb.c
index 9e74d6c..d828b91 100644
--- a/sys/crypto/des/des_ecb.c
+++ b/sys/crypto/des/des_ecb.c
@@ -1,3 +1,6 @@
+/* $FreeBSD$ */
+/* $KAME: des_ecb.c,v 1.3 2000/03/27 04:36:33 sumikawa Exp $ */
+
/* crypto/des/ecb_enc.c */
/* Copyright (C) 1995-1996 Eric Young (eay@mincom.oz.au)
* All rights reserved.
@@ -43,8 +46,6 @@
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
- *
- * $FreeBSD$
*/
#include <crypto/des/des_locl.h>
@@ -67,7 +68,7 @@ char *des_options()
return("des(idx,long)");
#endif
}
-
+
void des_ecb_encrypt(input, output, ks, encrypt)
des_cblock (*input);
OpenPOWER on IntegriCloud