Fix CRL encoding bug.
[openssl.git] / crypto / asn1 / x_algor.c
index fd6f3ee40dd0c6d3538672fe2f7eb57c78450b71..b2c20d139fc656b37c8ba32b9903fedc035e88a9 100644 (file)
@@ -59,6 +59,7 @@
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/asn1_mac.h>
+#include <openssl/x509.h>
 
 int i2d_X509_ALGOR(X509_ALGOR *a, unsigned char **pp)
        {
@@ -113,3 +114,5 @@ void X509_ALGOR_free(X509_ALGOR *a)
        Free((char *)a);
        }
 
+IMPLEMENT_STACK_OF(X509_ALGOR)
+IMPLEMENT_ASN1_SET_OF(X509_ALGOR)