diff options
author | 2014-06-24 19:37:58 +0000 | |
---|---|---|
committer | 2014-06-24 19:37:58 +0000 | |
commit | c66de3b0f04fbc00659433ecfa4794d5d1215cd5 (patch) | |
tree | d309a894479926420721bd78263b5dd83f7533e6 /lib/libcrypto/buffer/buffer.h | |
parent | Remove previously commented out wrong code, as well as the comment saying this (diff) | |
download | wireguard-openbsd-c66de3b0f04fbc00659433ecfa4794d5d1215cd5.tar.xz wireguard-openbsd-c66de3b0f04fbc00659433ecfa4794d5d1215cd5.zip |
Unifdef -UNO_SYS_TYPES_H
Diffstat (limited to 'lib/libcrypto/buffer/buffer.h')
-rw-r--r-- | lib/libcrypto/buffer/buffer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libcrypto/buffer/buffer.h b/lib/libcrypto/buffer/buffer.h index bdffc346b9f..c3d140b392e 100644 --- a/lib/libcrypto/buffer/buffer.h +++ b/lib/libcrypto/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; */ |