diff options
author | jsing <> | 2015-07-27 12:53:56 +0000 |
---|---|---|
committer | jsing <> | 2015-07-27 12:53:56 +0000 |
commit | 329725ec2f2295fac673ff68ea8899086cfec87e (patch) | |
tree | d56e8267ff28e543b025978829452f2aebf58b12 /src/lib/libcrypto/asn1/asn1_lib.c | |
parent | 1c1686bc6f0e9e445ada16cd5bec7a0664bd413c (diff) | |
download | openbsd-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.c | 3 |
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 | ||
67 | static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, int max); | 66 | static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, int max); |