summaryrefslogtreecommitdiff
path: root/include/crypto/engineerr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/engineerr.h')
-rw-r--r--include/crypto/engineerr.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/crypto/engineerr.h b/include/crypto/engineerr.h
index 737c841d645a..e5d3c572c88a 100644
--- a/include/crypto/engineerr.h
+++ b/include/crypto/engineerr.h
@@ -9,22 +9,22 @@
*/
#ifndef OSSL_CRYPTO_ENGINEERR_H
-# define OSSL_CRYPTO_ENGINEERR_H
-# pragma once
+#define OSSL_CRYPTO_ENGINEERR_H
+#pragma once
-# include <openssl/opensslconf.h>
-# include <openssl/symhacks.h>
+#include <openssl/opensslconf.h>
+#include <openssl/symhacks.h>
-# ifdef __cplusplus
+#ifdef __cplusplus
extern "C" {
-# endif
+#endif
-# ifndef OPENSSL_NO_ENGINE
+#ifndef OPENSSL_NO_ENGINE
int ossl_err_load_ENGINE_strings(void);
-# endif
+#endif
-# ifdef __cplusplus
+#ifdef __cplusplus
}
-# endif
+#endif
#endif