summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/x_algor.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-06-02 17:14:44 +0000
committerBen Laurie <ben@openssl.org>1999-06-02 17:14:44 +0000
commita1195a19f578ef026a17663ce8510f0bf7fd3766 (patch)
tree9e9f46f5c47cfe095c8b18335af229f62a7a4b1f /crypto/asn1/x_algor.c
parentb05b50e67b7f571cea12cc558817c40a0497847f (diff)
Move stack implementations to more natural places.
Diffstat (limited to 'crypto/asn1/x_algor.c')
-rw-r--r--crypto/asn1/x_algor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/asn1/x_algor.c b/crypto/asn1/x_algor.c
index fd6f3ee40d..8183b9f9e2 100644
--- a/crypto/asn1/x_algor.c
+++ b/crypto/asn1/x_algor.c
@@ -113,3 +113,5 @@ void X509_ALGOR_free(X509_ALGOR *a)
Free((char *)a);
}
+IMPLEMENT_STACK_OF(X509_ALGOR)
+IMPLEMENT_ASN1_SET_OF(X509_ALGOR)