aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/err.h')
-rw-r--r--include/openssl/err.h2
1 files changed, 1 insertions, 1 deletions
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);