In OpenSSL builds, declare STACK for datatypes ...
[openssl.git] / crypto / x509 / x_name.c
index 692bd6566a2648293f5b041293b02a563c6f552c..2db9aa34caac596c45a934e297afc14d67d272b2 100644 (file)
@@ -16,6 +16,9 @@
 #include "crypto/asn1.h"
 #include "x509_local.h"
 
+DEFINE_STACK_OF(X509_NAME_ENTRY)
+DEFINE_STACK_OF(ASN1_VALUE)
+
 /*
  * Maximum length of X509_NAME: much larger than anything we should
  * ever see in practice.