aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2021-12-26 15:42:47 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2021-12-26 16:00:25 +0900
commitadde656bb7a859fb4cc334cb89a00840a7023c2e (patch)
treef366c790f1e3afc3782b7f5224a823b2c9b8993b /tests
parent1b95c5d584c5db4f08160299f5bf66acf654875d (diff)
downloadportable-adde656bb7a859fb4cc334cb89a00840a7023c2e.tar.gz
portable-adde656bb7a859fb4cc334cb89a00840a7023c2e.tar.bz2
portable-adde656bb7a859fb4cc334cb89a00840a7023c2e.zip
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/optionstest.c1
1 files changed, 0 insertions, 1 deletions
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 @@
24 24
25#include <apps.h> 25#include <apps.h>
26#include <apps.c> 26#include <apps.c>
27#include <strtonum.c>
28 27
29/* Needed to keep apps.c happy... */ 28/* Needed to keep apps.c happy... */
30BIO *bio_err; 29BIO *bio_err;