From adde656bb7a859fb4cc334cb89a00840a7023c2e Mon Sep 17 00:00:00 2001 From: kinichiro Date: Sun, 26 Dec 2021 15:42:47 +0900 Subject: Add strtonum to compat library and export it crypto library requires strtonum now, and add it to compat library. remove it from applications compat/ directories. --- tests/optionstest.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/optionstest.c b/tests/optionstest.c index e860f0d..af9dc1e 100644 --- a/tests/optionstest.c +++ b/tests/optionstest.c @@ -24,7 +24,6 @@ #include #include -#include /* Needed to keep apps.c happy... */ BIO *bio_err; -- cgit v1.2.3-55-g6feb