X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fconf.h;h=81b7b95050598dfd6c1971dc593abf37e9b5d610;hp=c1114647dc20d9f5809c88957b8ae4717ef218ec;hb=bdb1d0c24b3df3e2253cd8289cd619093524464e;hpb=984d6c6052169bcae8010de33f7796e455536d61 diff --git a/include/openssl/conf.h b/include/openssl/conf.h index c1114647dc..81b7b95050 100644 --- a/include/openssl/conf.h +++ b/include/openssl/conf.h @@ -77,8 +77,8 @@ typedef struct { char *value; } CONF_VALUE; -DECLARE_STACK_OF(CONF_VALUE) -DECLARE_LHASH_OF(CONF_VALUE); +DEFINE_STACK_OF(CONF_VALUE) +DEFINE_LHASH_OF(CONF_VALUE); struct conf_st; struct conf_method_st; @@ -102,8 +102,8 @@ struct conf_method_st { typedef struct conf_imodule_st CONF_IMODULE; typedef struct conf_module_st CONF_MODULE; -DECLARE_STACK_OF(CONF_MODULE) -DECLARE_STACK_OF(CONF_IMODULE) +DEFINE_STACK_OF(CONF_MODULE) +DEFINE_STACK_OF(CONF_IMODULE) /* DSO module function typedefs */ typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);