Use ossl_inline and DEFINE_LHASH_OF
[openssl.git] / include / openssl / err.h
index e763731f309b0887d12df2fb541c22d633695ef4..df9cab2110585f7300a97d3d14883e7e8ff7ecd7 100644 (file)
@@ -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);