From d61ef5a46e51ec0dbe4ba474f0a15d6b21556457 Mon Sep 17 00:00:00 2001 From: miod <> Date: Tue, 24 Jun 2014 19:37:58 +0000 Subject: Unifdef -UNO_SYS_TYPES_H --- src/lib/libcrypto/asn1/a_verify.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/asn1/a_verify.c') diff --git a/src/lib/libcrypto/asn1/a_verify.c b/src/lib/libcrypto/asn1/a_verify.c index 9ff6f94e16..cf6c9bbf44 100644 --- a/src/lib/libcrypto/asn1/a_verify.c +++ b/src/lib/libcrypto/asn1/a_verify.c @@ -1,4 +1,4 @@ -/* $OpenBSD: a_verify.c,v 1.18 2014/06/12 15:49:27 deraadt Exp $ */ +/* $OpenBSD: a_verify.c,v 1.19 2014/06/24 19:37:58 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -62,9 +62,7 @@ #include "cryptlib.h" #include "asn1_locl.h" -#ifndef NO_SYS_TYPES_H -# include -#endif +#include #include #include -- cgit v1.2.3-55-g6feb