diff options
author | jsing <> | 2015-02-10 08:33:10 +0000 |
---|---|---|
committer | jsing <> | 2015-02-10 08:33:10 +0000 |
commit | 703b21ab4c794e7b44460fa1cee2b085dee30874 (patch) | |
tree | 91eb81a2adf39e9987776c79abd1fe96e5ef6b76 /src/lib/libcrypto/asn1/x_algor.c | |
parent | 6147cf79cb9a00a2d12b54100ee049dfb7920375 (diff) | |
download | openbsd-703b21ab4c794e7b44460fa1cee2b085dee30874.tar.gz openbsd-703b21ab4c794e7b44460fa1cee2b085dee30874.tar.bz2 openbsd-703b21ab4c794e7b44460fa1cee2b085dee30874.zip |
The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned into
noops around 15 years ago. Remove multiple occurances of both that still
exist in the code today.
Diffstat (limited to 'src/lib/libcrypto/asn1/x_algor.c')
-rw-r--r-- | src/lib/libcrypto/asn1/x_algor.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/asn1/x_algor.c b/src/lib/libcrypto/asn1/x_algor.c index f11a49faf4..f7cae9499a 100644 --- a/src/lib/libcrypto/asn1/x_algor.c +++ b/src/lib/libcrypto/asn1/x_algor.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x_algor.c,v 1.17 2015/02/10 06:36:30 jsing Exp $ */ | 1 | /* $OpenBSD: x_algor.c,v 1.18 2015/02/10 08:33:10 jsing Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -115,9 +115,6 @@ X509_ALGOR_dup(X509_ALGOR *x) | |||
115 | return ASN1_item_dup(&X509_ALGOR_it, x); | 115 | return ASN1_item_dup(&X509_ALGOR_it, x); |
116 | } | 116 | } |
117 | 117 | ||
118 | IMPLEMENT_STACK_OF(X509_ALGOR) | ||
119 | IMPLEMENT_ASN1_SET_OF(X509_ALGOR) | ||
120 | |||
121 | int | 118 | int |
122 | X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval) | 119 | X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval) |
123 | { | 120 | { |