diff options
author | jsing <> | 2014-07-10 13:58:23 +0000 |
---|---|---|
committer | jsing <> | 2014-07-10 13:58:23 +0000 |
commit | c917c683bc93c68fbf4310ac181f7906e76b3c94 (patch) | |
tree | 520bd0eaa8855b175013ab92f4175f47f1099115 /src/lib/libcrypto/engine/tb_asnmth.c | |
parent | 4813174951b534ca1bff04557cea82aa2dfc8c6d (diff) | |
download | openbsd-c917c683bc93c68fbf4310ac181f7906e76b3c94.tar.gz openbsd-c917c683bc93c68fbf4310ac181f7906e76b3c94.tar.bz2 openbsd-c917c683bc93c68fbf4310ac181f7906e76b3c94.zip |
Stop including standard headers via cryptlib.h - pull in the headers that
are needed in the source files that actually require them.
ok beck@ miod@
Diffstat (limited to 'src/lib/libcrypto/engine/tb_asnmth.c')
-rw-r--r-- | src/lib/libcrypto/engine/tb_asnmth.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/tb_asnmth.c b/src/lib/libcrypto/engine/tb_asnmth.c index 412665cd9e..d43eea5447 100644 --- a/src/lib/libcrypto/engine/tb_asnmth.c +++ b/src/lib/libcrypto/engine/tb_asnmth.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tb_asnmth.c,v 1.3 2014/06/12 15:49:29 deraadt Exp $ */ | 1 | /* $OpenBSD: tb_asnmth.c,v 1.4 2014/07/10 13:58:22 jsing Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -53,6 +53,8 @@ | |||
53 | * | 53 | * |
54 | */ | 54 | */ |
55 | 55 | ||
56 | #include <string.h> | ||
57 | |||
56 | #include "eng_int.h" | 58 | #include "eng_int.h" |
57 | #include "asn1_locl.h" | 59 | #include "asn1_locl.h" |
58 | #include <openssl/evp.h> | 60 | #include <openssl/evp.h> |