summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormiod <>2014-07-13 11:10:20 +0000
committermiod <>2014-07-13 11:10:20 +0000
commit781b01354d9fa99cac307d9fd44880ba3b30939c (patch)
tree0a0557f10a78a7c00390b32266d33627cfac70c1 /src
parent6cf55e250333dd1278daa51a90d18a6c98d044cd (diff)
downloadopenbsd-781b01354d9fa99cac307d9fd44880ba3b30939c.tar.gz
openbsd-781b01354d9fa99cac307d9fd44880ba3b30939c.tar.bz2
openbsd-781b01354d9fa99cac307d9fd44880ba3b30939c.zip
Don't include asn1_mac.h if all you need is asn1.h.
Diffstat (limited to 'src')
-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