summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiod <>2014-07-13 11:10:20 +0000
committermiod <>2014-07-13 11:10:20 +0000
commitdc9fac280f24b608e27c4cd3f2c5a043754b92fd (patch)
tree0a0557f10a78a7c00390b32266d33627cfac70c1
parent266d9733cad3f22c7418e7ce1a02c7f52ccde55f (diff)
downloadopenbsd-dc9fac280f24b608e27c4cd3f2c5a043754b92fd.tar.gz
openbsd-dc9fac280f24b608e27c4cd3f2c5a043754b92fd.tar.bz2
openbsd-dc9fac280f24b608e27c4cd3f2c5a043754b92fd.zip
Don't include asn1_mac.h if all you need is asn1.h.
-rw-r--r--src/lib/libcrypto/asn1/a_d2i_fp.c4
-rw-r--r--src/lib/libssl/src/crypto/asn1/a_d2i_fp.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/asn1/a_d2i_fp.c b/src/lib/libcrypto/asn1/a_d2i_fp.c
index cf1461bd2d..c0fb0a3802 100644
--- a/src/lib/libcrypto/asn1/a_d2i_fp.c
+++ b/src/lib/libcrypto/asn1/a_d2i_fp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: a_d2i_fp.c,v 1.10 2014/07/11 08:44:47 jsing Exp $ */ 1/* $OpenBSD: a_d2i_fp.c,v 1.11 2014/07/13 11:10:20 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 *
@@ -59,7 +59,7 @@
59#include <limits.h> 59#include <limits.h>
60#include <stdio.h> 60#include <stdio.h>
61 61
62#include <openssl/asn1_mac.h> 62#include <openssl/asn1.h>
63#include <openssl/buffer.h> 63#include <openssl/buffer.h>
64#include <openssl/err.h> 64#include <openssl/err.h>
65 65
diff --git a/src/lib/libssl/src/crypto/asn1/a_d2i_fp.c b/src/lib/libssl/src/crypto/asn1/a_d2i_fp.c
index cf1461bd2d..c0fb0a3802 100644
--- a/src/lib/libssl/src/crypto/asn1/a_d2i_fp.c
+++ b/src/lib/libssl/src/crypto/asn1/a_d2i_fp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: a_d2i_fp.c,v 1.10 2014/07/11 08:44:47 jsing Exp $ */ 1/* $OpenBSD: a_d2i_fp.c,v 1.11 2014/07/13 11:10:20 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 *
@@ -59,7 +59,7 @@
59#include <limits.h> 59#include <limits.h>
60#include <stdio.h> 60#include <stdio.h>
61 61
62#include <openssl/asn1_mac.h> 62#include <openssl/asn1.h>
63#include <openssl/buffer.h> 63#include <openssl/buffer.h>
64#include <openssl/err.h> 64#include <openssl/err.h>
65 65