summaryrefslogtreecommitdiffstats
path: root/apps/progs.pl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/progs.pl')
-rw-r--r--apps/progs.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/progs.pl b/apps/progs.pl
index ab1a729fff..3aec7562cf 100644
--- a/apps/progs.pl
+++ b/apps/progs.pl
@@ -51,6 +51,9 @@ print <<"EOF";
* https://www.openssl.org/source/license.html
*/
+#include <openssl/lhash.h>
+#include "opt.h"
+
typedef enum FUNC_TYPE {
FT_none, FT_general, FT_md, FT_cipher, FT_pkey,
FT_md_alg, FT_cipher_alg