+/* $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.
* [including the GNU Public Licence.]
*/
+#include <sys/param.h>
+#include <sys/systm.h>
#include <crypto/des/des_locl.h>
#include <crypto/des/spr.h>