diff options
author | miod <> | 2014-06-24 19:37:58 +0000 |
---|---|---|
committer | miod <> | 2014-06-24 19:37:58 +0000 |
commit | d61ef5a46e51ec0dbe4ba474f0a15d6b21556457 (patch) | |
tree | 67d4856f21820160d017bbefe288830b6b7535cf /src/lib/libcrypto/buffer/buffer.h | |
parent | 2094ff4f6b6d31d42debdd7d1f2ffe5c1c3c7424 (diff) | |
download | openbsd-d61ef5a46e51ec0dbe4ba474f0a15d6b21556457.tar.gz openbsd-d61ef5a46e51ec0dbe4ba474f0a15d6b21556457.tar.bz2 openbsd-d61ef5a46e51ec0dbe4ba474f0a15d6b21556457.zip |
Unifdef -UNO_SYS_TYPES_H
Diffstat (limited to 'src/lib/libcrypto/buffer/buffer.h')
-rw-r--r-- | src/lib/libcrypto/buffer/buffer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/buffer/buffer.h b/src/lib/libcrypto/buffer/buffer.h index bdffc346b9..c3d140b392 100644 --- a/src/lib/libcrypto/buffer/buffer.h +++ b/src/lib/libcrypto/buffer/buffer.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: buffer.h,v 1.10 2014/06/14 10:28:31 avsm Exp $ */ | 1 | /* $OpenBSD: buffer.h,v 1.11 2014/06/24 19:37:58 miod Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -66,10 +66,7 @@ extern "C" { | |||
66 | #endif | 66 | #endif |
67 | 67 | ||
68 | #include <stddef.h> | 68 | #include <stddef.h> |
69 | |||
70 | #if !defined(NO_SYS_TYPES_H) | ||
71 | #include <sys/types.h> | 69 | #include <sys/types.h> |
72 | #endif | ||
73 | 70 | ||
74 | /* Already declared in ossl_typ.h */ | 71 | /* Already declared in ossl_typ.h */ |
75 | /* typedef struct buf_mem_st BUF_MEM; */ | 72 | /* typedef struct buf_mem_st BUF_MEM; */ |