diff options
Diffstat (limited to 'apps/include/app_libctx.h')
| -rw-r--r-- | apps/include/app_libctx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/include/app_libctx.h b/apps/include/app_libctx.h index 17c0afc713d2..b7157cec4058 100644 --- a/apps/include/app_libctx.h +++ b/apps/include/app_libctx.h @@ -8,9 +8,9 @@ */ #ifndef OSSL_APPS_LIBCTX_H -# define OSSL_APPS_LIBCTX_H +#define OSSL_APPS_LIBCTX_H -# include <openssl/types.h> +#include <openssl/types.h> OSSL_LIB_CTX *app_create_libctx(void); OSSL_LIB_CTX *app_get0_libctx(void); |
