X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Ferr.h;h=df9cab2110585f7300a97d3d14883e7e8ff7ecd7;hp=e763731f309b0887d12df2fb541c22d633695ef4;hb=89d6aa10a24c0d5195e5a4c21f99919c53fe69ac;hpb=26a884c217b4868ddc7cd2c2006e12a6bd6a7950 diff --git a/include/openssl/err.h b/include/openssl/err.h index e763731f30..df9cab2110 100644 --- a/include/openssl/err.h +++ b/include/openssl/err.h @@ -315,7 +315,7 @@ typedef struct ERR_string_data_st { const char *string; } ERR_STRING_DATA; -DECLARE_LHASH_OF(ERR_STRING_DATA); +DEFINE_LHASH_OF(ERR_STRING_DATA); void ERR_put_error(int lib, int func, int reason, const char *file, int line); void ERR_set_error_data(char *data, int flags);