summaryrefslogtreecommitdiffstats
path: root/apps/include
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-06-10 16:58:12 +1000
committerPauli <pauli@openssl.org>2021-06-15 18:26:47 +1000
commita1fb5eb920fb156eda474f0e59d268316b6c893d (patch)
tree953573eb02ca107a7fe30b806fa9e0fce9b21c8e /apps/include
parentc696f4bfc303d9b43a3167f48b3661972495211c (diff)
apps: move global libctx and property query into their own file
The header has been split out so the functions should be as well. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15687)
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/app_libctx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/include/app_libctx.h b/apps/include/app_libctx.h
index 61b143b7db..17c0afc713 100644
--- a/apps/include/app_libctx.h
+++ b/apps/include/app_libctx.h
@@ -10,6 +10,8 @@
#ifndef OSSL_APPS_LIBCTX_H
# define OSSL_APPS_LIBCTX_H
+# include <openssl/types.h>
+
OSSL_LIB_CTX *app_create_libctx(void);
OSSL_LIB_CTX *app_get0_libctx(void);
int app_set_propq(const char *arg);