PROV: Refactor the RSA DER support
[openssl.git] / test / cmp_testlib.c
index bb3351b4b0d3a2f87812cbb84442181ea2cba6ab..d25ab7468b592dac92125c9ff5fdf6787dc5ea7e 100644 (file)
@@ -12,6 +12,8 @@
 #include "cmp_testlib.h"
 #include <openssl/rsa.h> /* needed in case config no-deprecated */
 
+DEFINE_STACK_OF(X509)
+
 EVP_PKEY *load_pem_key(const char *file)
 {
     EVP_PKEY *key = NULL;