From 329725ec2f2295fac673ff68ea8899086cfec87e Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 27 Jul 2015 12:53:56 +0000 Subject: Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should be using ASN1err() instead of ASN1_MAC_H_err(). ok miod@ --- src/lib/libcrypto/asn1/asn1_lib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/asn1/asn1_lib.c') diff --git a/src/lib/libcrypto/asn1/asn1_lib.c b/src/lib/libcrypto/asn1/asn1_lib.c index 7a11fa9cbc..383d604e60 100644 --- a/src/lib/libcrypto/asn1/asn1_lib.c +++ b/src/lib/libcrypto/asn1/asn1_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1_lib.c,v 1.34 2015/02/07 22:30:25 miod Exp $ */ +/* $OpenBSD: asn1_lib.c,v 1.35 2015/07/27 12:53:56 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -61,7 +61,6 @@ #include #include -#include #include static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, int max); -- cgit v1.2.3-55-g6feb