Only declare stacks in headers
[openssl.git] / crypto / evp / evp_locl.h
index 89ac37ed63ee00e7a538899b6d9e3f507a4da7b3..1c879b462414db7abc1ccc52142290818d8978d2 100644 (file)
@@ -295,3 +295,6 @@ struct evp_Encode_Ctx_st {
     int line_num;
     int expect_nl;
 };
+
+typedef struct evp_pbe_st EVP_PBE_CTL;
+DEFINE_STACK_OF(EVP_PBE_CTL)