X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Finclude%2Finternal%2Fevp_int.h;h=329f1ae3555b8f13d584afbef3355eee33946684;hp=831d9684add2a62d01c74431c1e22c7123048c17;hb=a8eba56ef62af2f9a5b46825c994665cd3789c2e;hpb=4a1f3f274108e25b97bd9870170fe2970892e155 diff --git a/crypto/include/internal/evp_int.h b/crypto/include/internal/evp_int.h index 831d9684ad..329f1ae355 100644 --- a/crypto/include/internal/evp_int.h +++ b/crypto/include/internal/evp_int.h @@ -120,7 +120,7 @@ struct evp_pkey_method_st { int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value); } /* EVP_PKEY_METHOD */ ; -DEFINE_CONST_STACK_OF(EVP_PKEY_METHOD) +DEFINE_STACK_OF_CONST(EVP_PKEY_METHOD) void evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx);