summaryrefslogtreecommitdiff
path: root/crypto/openssl/engines/e_capi_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/engines/e_capi_err.h')
-rw-r--r--crypto/openssl/engines/e_capi_err.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/engines/e_capi_err.h b/crypto/openssl/engines/e_capi_err.h
index e034c98cae842..e3a927aa73398 100644
--- a/crypto/openssl/engines/e_capi_err.h
+++ b/crypto/openssl/engines/e_capi_err.h
@@ -8,8 +8,8 @@
* https://www.openssl.org/source/license.html
*/
-#ifndef HEADER_CAPIERR_H
-# define HEADER_CAPIERR_H
+#ifndef OSSL_ENGINES_E_CAPI_ERR_H
+# define OSSL_ENGINES_E_CAPI_ERR_H
# define CAPIerr(f, r) ERR_CAPI_error((f), (r), OPENSSL_FILE, OPENSSL_LINE)