summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1_lib.c
diff options
context:
space:
mode:
authorjsing <>2015-07-27 12:53:56 +0000
committerjsing <>2015-07-27 12:53:56 +0000
commit329725ec2f2295fac673ff68ea8899086cfec87e (patch)
treed56e8267ff28e543b025978829452f2aebf58b12 /src/lib/libcrypto/asn1/asn1_lib.c
parent1c1686bc6f0e9e445ada16cd5bec7a0664bd413c (diff)
downloadopenbsd-329725ec2f2295fac673ff68ea8899086cfec87e.tar.gz
openbsd-329725ec2f2295fac673ff68ea8899086cfec87e.tar.bz2
openbsd-329725ec2f2295fac673ff68ea8899086cfec87e.zip
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@
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1_lib.c')
-rw-r--r--src/lib/libcrypto/asn1/asn1_lib.c3
1 files changed, 1 insertions, 2 deletions
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 @@
1/* $OpenBSD: asn1_lib.c,v 1.34 2015/02/07 22:30:25 miod Exp $ */ 1/* $OpenBSD: asn1_lib.c,v 1.35 2015/07/27 12:53:56 jsing 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,7 +61,6 @@
61#include <string.h> 61#include <string.h>
62 62
63#include <openssl/asn1.h> 63#include <openssl/asn1.h>
64#include <openssl/asn1_mac.h>
65#include <openssl/err.h> 64#include <openssl/err.h>
66 65
67static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, int max); 66static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, int max);