diff options
Diffstat (limited to 'crypto/openssl/apps/include/engine_loader.h')
| -rw-r--r-- | crypto/openssl/apps/include/engine_loader.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/openssl/apps/include/engine_loader.h b/crypto/openssl/apps/include/engine_loader.h index 30fdb9e55120..759d94ef597f 100644 --- a/crypto/openssl/apps/include/engine_loader.h +++ b/crypto/openssl/apps/include/engine_loader.h @@ -7,13 +7,13 @@ * https://www.openssl.org/source/license.html */ #ifndef HEADER_ENGINE_LOADER_H -# define HEADER_ENGINE_LOADER_H +#define HEADER_ENGINE_LOADER_H -# include <openssl/store.h> +#include <openssl/store.h> /* this is a private URI scheme */ -# define ENGINE_SCHEME "org.openssl.engine" -# define ENGINE_SCHEME_COLON ENGINE_SCHEME ":" +#define ENGINE_SCHEME "org.openssl.engine" +#define ENGINE_SCHEME_COLON ENGINE_SCHEME ":" int setup_engine_loader(void); void destroy_engine_loader(void); |
