diff options
| author | jsing <> | 2015-02-10 08:33:10 +0000 |
|---|---|---|
| committer | jsing <> | 2015-02-10 08:33:10 +0000 |
| commit | 398669e54cc64c0b7d0a009b29cd2f2ff9063ca9 (patch) | |
| tree | 91eb81a2adf39e9987776c79abd1fe96e5ef6b76 /src/lib/libcrypto/x509v3/v3_crld.c | |
| parent | 4571476f9179dfdbc4fecddbe5fd4fbdeceeb913 (diff) | |
| download | openbsd-398669e54cc64c0b7d0a009b29cd2f2ff9063ca9.tar.gz openbsd-398669e54cc64c0b7d0a009b29cd2f2ff9063ca9.tar.bz2 openbsd-398669e54cc64c0b7d0a009b29cd2f2ff9063ca9.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/x509v3/v3_crld.c')
| -rw-r--r-- | src/lib/libcrypto/x509v3/v3_crld.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_crld.c b/src/lib/libcrypto/x509v3/v3_crld.c index 2201b61264..207e0944aa 100644 --- a/src/lib/libcrypto/x509v3/v3_crld.c +++ b/src/lib/libcrypto/x509v3/v3_crld.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: v3_crld.c,v 1.14 2015/02/09 16:03:11 jsing Exp $ */ | 1 | /* $OpenBSD: v3_crld.c,v 1.15 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 1999. | 3 | * project 1999. |
| 4 | */ | 4 | */ |
| @@ -355,9 +355,6 @@ err: | |||
| 355 | return NULL; | 355 | return NULL; |
| 356 | } | 356 | } |
| 357 | 357 | ||
| 358 | IMPLEMENT_STACK_OF(DIST_POINT) | ||
| 359 | IMPLEMENT_ASN1_SET_OF(DIST_POINT) | ||
| 360 | |||
| 361 | static int | 358 | static int |
| 362 | dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) | 359 | dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) |
| 363 | { | 360 | { |
