]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/crypto/des/des_ecb.c
xnu-344.tar.gz
[apple/xnu.git] / bsd / crypto / des / des_ecb.c
index b0c239ac8d876c2c32d8c6e3955afa4123295935..2ff242ebfe5b16a839eaf78755d27b180de5479a 100644 (file)
@@ -1,3 +1,6 @@
+/*     $FreeBSD: src/sys/crypto/des/des_ecb.c,v 1.1.2.2 2001/07/03 11:01:31 ume Exp $  */
+/*     $KAME: des_ecb.c,v 1.5 2000/11/06 13:58:08 itojun Exp $ */
+
 /* crypto/des/ecb_enc.c */
 /* Copyright (C) 1995-1996 Eric Young (eay@mincom.oz.au)
  * All rights reserved.
@@ -45,6 +48,8 @@
  * [including the GNU Public Licence.]
  */
 
+#include <sys/param.h>
+#include <sys/systm.h>
 #include <crypto/des/des_locl.h>
 #include <crypto/des/spr.h>