diff options
Diffstat (limited to 'lib/libssl/src/crypto/buffer/buffer.h')
-rw-r--r-- | lib/libssl/src/crypto/buffer/buffer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libssl/src/crypto/buffer/buffer.h b/lib/libssl/src/crypto/buffer/buffer.h index bdffc346b9f..c3d140b392e 100644 --- a/lib/libssl/src/crypto/buffer/buffer.h +++ b/lib/libssl/src/crypto/buffer/buffer.h @@ -1,4 +1,4 @@ -/* $OpenBSD: buffer.h,v 1.10 2014/06/14 10:28:31 avsm Exp $ */ +/* $OpenBSD: buffer.h,v 1.11 2014/06/24 19:37:58 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -66,10 +66,7 @@ extern "C" { #endif #include <stddef.h> - -#if !defined(NO_SYS_TYPES_H) #include <sys/types.h> -#endif /* Already declared in ossl_typ.h */ /* typedef struct buf_mem_st BUF_MEM; */ |