diff options
| author | miod <> | 2014-06-24 19:37:58 +0000 |
|---|---|---|
| committer | miod <> | 2014-06-24 19:37:58 +0000 |
| commit | 94dbb3a0f26c9ea3e0f9bc4671e9bdb835b8e80b (patch) | |
| tree | 67d4856f21820160d017bbefe288830b6b7535cf /src/lib/libcrypto/asn1/a_digest.c | |
| parent | 49953e27d5a9035308e45a2ddcf1d4ec82c11414 (diff) | |
| download | openbsd-94dbb3a0f26c9ea3e0f9bc4671e9bdb835b8e80b.tar.gz openbsd-94dbb3a0f26c9ea3e0f9bc4671e9bdb835b8e80b.tar.bz2 openbsd-94dbb3a0f26c9ea3e0f9bc4671e9bdb835b8e80b.zip | |
Unifdef -UNO_SYS_TYPES_H
Diffstat (limited to 'src/lib/libcrypto/asn1/a_digest.c')
| -rw-r--r-- | src/lib/libcrypto/asn1/a_digest.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/asn1/a_digest.c b/src/lib/libcrypto/asn1/a_digest.c index 52b7b0720e..751277f33a 100644 --- a/src/lib/libcrypto/asn1/a_digest.c +++ b/src/lib/libcrypto/asn1/a_digest.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: a_digest.c,v 1.13 2014/06/12 15:49:27 deraadt Exp $ */ | 1 | /* $OpenBSD: a_digest.c,v 1.14 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 | * |
| @@ -61,9 +61,7 @@ | |||
| 61 | 61 | ||
| 62 | #include "cryptlib.h" | 62 | #include "cryptlib.h" |
| 63 | 63 | ||
| 64 | #ifndef NO_SYS_TYPES_H | 64 | #include <sys/types.h> |
| 65 | # include <sys/types.h> | ||
| 66 | #endif | ||
| 67 | 65 | ||
| 68 | #include <openssl/err.h> | 66 | #include <openssl/err.h> |
| 69 | #include <openssl/evp.h> | 67 | #include <openssl/evp.h> |
