unified build scheme: add build.info files
[openssl.git] / crypto / engine / eng_int.h
index e68ef445784109d415786fe06575ef807e4e21ce..d75ba5fd0ac6f425711240fbbac9346185288e28 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_int.h */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
@@ -218,7 +217,7 @@ struct engine_st {
 
 typedef struct st_engine_pile ENGINE_PILE;
 
-DECLARE_LHASH_OF(ENGINE_PILE);
+DEFINE_LHASH_OF(ENGINE_PILE);
 
 #ifdef  __cplusplus
 }