summaryrefslogtreecommitdiff
path: root/sys/crypto
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-04-19 14:58:28 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-04-19 14:58:28 +0000
commit3389ae93509e373046adc0ada353e39e359c4ff8 (patch)
tree711d8bc2c1e87fb0ed11d838ebaff4ce01c239be /sys/crypto
parente938899cc30700c0eefcddf7e168ed50a3904c92 (diff)
Notes
Diffstat (limited to 'sys/crypto')
-rw-r--r--sys/crypto/blowfish/bf_cbc_m.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/crypto/blowfish/bf_cbc_m.c b/sys/crypto/blowfish/bf_cbc_m.c
index 518023398176..20df977ce78a 100644
--- a/sys/crypto/blowfish/bf_cbc_m.c
+++ b/sys/crypto/blowfish/bf_cbc_m.c
@@ -63,7 +63,6 @@
*/
#include <sys/param.h>
-#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/systm.h>