diff options
author | Pauli <pauli@openssl.org> | 2021-06-10 11:35:26 +1000 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-06-15 18:26:47 +1000 |
commit | 3334e039cf3de72dbb7dd6151db26110afa8c993 (patch) | |
tree | 2648dd1836e513fecbfcab2cdbf28fabd48f8813 /apps/lib | |
parent | 02288cbb65397841dd0a06ddaa1cb1cdd1b05c10 (diff) | |
download | openssl-new-3334e039cf3de72dbb7dd6151db26110afa8c993.tar.gz |
add libctx and property query to fetch functions
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15687)
Diffstat (limited to 'apps/lib')
-rw-r--r-- | apps/lib/opt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/lib/opt.c b/apps/lib/opt.c index 0f08da2df4..c6a506480a 100644 --- a/apps/lib/opt.c +++ b/apps/lib/opt.c @@ -12,6 +12,7 @@ */ #include "opt.h" #include "fmt.h" +#include "app_libctx.h" #include "internal/nelem.h" #include <string.h> #if !defined(OPENSSL_SYS_MSDOS) |