diff options
Diffstat (limited to 'lib/libcrypto/asn1/a_sign.c')
-rw-r--r-- | lib/libcrypto/asn1/a_sign.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libcrypto/asn1/a_sign.c b/lib/libcrypto/asn1/a_sign.c index 1cd9fdaecf3..5f2a5e6253d 100644 --- a/lib/libcrypto/asn1/a_sign.c +++ b/lib/libcrypto/asn1/a_sign.c @@ -1,4 +1,4 @@ -/* $OpenBSD: a_sign.c,v 1.17 2014/06/12 15:49:27 deraadt Exp $ */ +/* $OpenBSD: a_sign.c,v 1.18 2014/06/24 19:37:58 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -114,9 +114,7 @@ #include "cryptlib.h" -#ifndef NO_SYS_TYPES_H -# include <sys/types.h> -#endif +#include <sys/types.h> #include <openssl/bn.h> #include <openssl/evp.h> |