diff options
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 | { |
