Move stack implementations to more natural places.
[openssl.git] / crypto / asn1 / x_algor.c
index fd6f3ee40dd0c6d3538672fe2f7eb57c78450b71..8183b9f9e2f23362ce86e3ebf4d19e5bb3e667bf 100644 (file)
@@ -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)