Use ossl_inline and DEFINE_LHASH_OF
[openssl.git] / crypto / engine / eng_int.h
index e68ef445784109d415786fe06575ef807e4e21ce..7062bda889305bb16a0893ed80d60ccbe7fde1a4 100644 (file)
@@ -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
 }