X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Finclude%2Finternal%2Fasn1_int.h;h=43b541c493222026acde4a4731484a1b957ef928;hp=c227224e59b4231c0f471cf232cee42f4f8c3fe3;hb=a8eba56ef62af2f9a5b46825c994665cd3789c2e;hpb=4a1f3f274108e25b97bd9870170fe2970892e155 diff --git a/crypto/include/internal/asn1_int.h b/crypto/include/internal/asn1_int.h index c227224e59..43b541c493 100644 --- a/crypto/include/internal/asn1_int.h +++ b/crypto/include/internal/asn1_int.h @@ -104,7 +104,7 @@ struct evp_pkey_asn1_method_st { ASN1_BIT_STRING *sig); } /* EVP_PKEY_ASN1_METHOD */ ; -DEFINE_CONST_STACK_OF(EVP_PKEY_ASN1_METHOD) +DEFINE_STACK_OF_CONST(EVP_PKEY_ASN1_METHOD) extern const EVP_PKEY_ASN1_METHOD cmac_asn1_meth; extern const EVP_PKEY_ASN1_METHOD dh_asn1_meth;