Fix test/recipes/25-test_verify.t
[openssl.git] / apps / progs.pl
index dd935cee0d39bb4f01512c73d36ef13ff7333842..4ffa1f1e7967cc665bdda141a7d662886970cf73 100644 (file)
@@ -20,7 +20,7 @@ typedef struct function_st {
     const OPTIONS *help;
 } FUNCTION;
 
-DECLARE_LHASH_OF(FUNCTION);
+DEFINE_LHASH_OF(FUNCTION);
 
 EOF