summaryrefslogtreecommitdiffstats
path: root/crypto/engine
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/engine
parent26a884c217b4868ddc7cd2c2006e12a6bd6a7950 (diff)
Use ossl_inline and DEFINE_LHASH_OF
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/eng_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/eng_int.h b/crypto/engine/eng_int.h
index e68ef44578..7062bda889 100644
--- a/crypto/engine/eng_int.h
+++ b/crypto/engine/eng_int.h
@@ -218,7 +218,7 @@ struct engine_st {
typedef struct st_engine_pile ENGINE_PILE;
-DECLARE_LHASH_OF(ENGINE_PILE);
+DEFINE_LHASH_OF(ENGINE_PILE);
#ifdef __cplusplus
}