aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err
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 /crypto/err
parent26a884c217b4868ddc7cd2c2006e12a6bd6a7950 (diff)
downloadopenssl-89d6aa10a24c0d5195e5a4c21f99919c53fe69ac.tar.gz
Use ossl_inline and DEFINE_LHASH_OF
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/err/err_lcl.h b/crypto/err/err_lcl.h
index 16404df4a4..c9d24f111e 100644
--- a/crypto/err/err_lcl.h
+++ b/crypto/err/err_lcl.h
@@ -1,2 +1,2 @@
-DECLARE_LHASH_OF(ERR_STATE);
+DEFINE_LHASH_OF(ERR_STATE);