diff options
author | Brent Cook <busterb@gmail.com> | 2015-05-06 22:53:28 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2015-05-06 22:53:28 -0500 |
commit | abd0688b18fad9b218f5557f63518937a334b5a2 (patch) | |
tree | 24c22c1953a7679cb9ac12fcb9a7df69dc39edbe /tests/optionstest.c | |
parent | 51bfd4921a18552b72ecc15f282e52116c136554 (diff) | |
download | portable-abd0688b18fad9b218f5557f63518937a334b5a2.tar.gz portable-abd0688b18fad9b218f5557f63518937a334b5a2.tar.bz2 portable-abd0688b18fad9b218f5557f63518937a334b5a2.zip |
distcheck fixes
Diffstat (limited to 'tests/optionstest.c')
-rw-r--r-- | tests/optionstest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/optionstest.c b/tests/optionstest.c index 0cedfe6..e860f0d 100644 --- a/tests/optionstest.c +++ b/tests/optionstest.c | |||
@@ -23,6 +23,8 @@ | |||
23 | #include <openssl/conf.h> | 23 | #include <openssl/conf.h> |
24 | 24 | ||
25 | #include <apps.h> | 25 | #include <apps.h> |
26 | #include <apps.c> | ||
27 | #include <strtonum.c> | ||
26 | 28 | ||
27 | /* Needed to keep apps.c happy... */ | 29 | /* Needed to keep apps.c happy... */ |
28 | BIO *bio_err; | 30 | BIO *bio_err; |