From a30de4a21b5ded5844439d8db77ae37e81ff4f99 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sun, 13 Jul 2014 17:39:56 +0000 Subject: [PATCH] do not need malloc.h --- sys/crypto/criov.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/crypto/criov.c b/sys/crypto/criov.c index 21fed67ec55..2099ce19f54 100644 --- a/sys/crypto/criov.c +++ b/sys/crypto/criov.c @@ -1,4 +1,4 @@ -/* $OpenBSD: criov.c,v 1.17 2014/07/08 17:19:25 deraadt Exp $ */ +/* $OpenBSD: criov.c,v 1.18 2014/07/13 17:39:56 deraadt Exp $ */ /* * Copyright (c) 1999 Theo de Raadt @@ -29,7 +29,6 @@ #include #include #include -#include #include #include -- 2.20.1