summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/p7_recip.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/p7_recip.c')
-rw-r--r--crypto/asn1/p7_recip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/asn1/p7_recip.c b/crypto/asn1/p7_recip.c
index d6017af30b..08d3cd122e 100644
--- a/crypto/asn1/p7_recip.c
+++ b/crypto/asn1/p7_recip.c
@@ -121,3 +121,5 @@ void PKCS7_RECIP_INFO_free(PKCS7_RECIP_INFO *a)
Free((char *)a);
}
+IMPLEMENT_STACK_OF(PKCS7_RECIP_INFO)
+IMPLEMENT_ASN1_SET_OF(PKCS7_RECIP_INFO)