aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/err.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-01-11 15:22:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-01-11 17:50:42 +0000
commit89d6aa10a24c0d5195e5a4c21f99919c53fe69ac (patch)
tree3de1d604913aaf30541bc588ce261094f2634bda /include/openssl/err.h
parent26a884c217b4868ddc7cd2c2006e12a6bd6a7950 (diff)
downloadopenssl-89d6aa10a24c0d5195e5a4c21f99919c53fe69ac.tar.gz
Use ossl_inline and DEFINE_LHASH_OF
Reviewed-by: Rich Salz <rsalz@openssl.org>
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);