summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bio/bio_local.h')
-rw-r--r--crypto/bio/bio_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bio/bio_local.h b/crypto/bio/bio_local.h
index 024120feae..30e56cba8d 100644
--- a/crypto/bio/bio_local.h
+++ b/crypto/bio/bio_local.h
@@ -27,10 +27,10 @@
* For clarity, we check for internal/cryptlib.h since it's a common header
* that also includes bio.h.
*/
-# ifdef HEADER_CRYPTLIB_H
+# ifdef OSSL_INTERNAL_CRYPTLIB_H
# error internal/cryptlib.h included before bio_local.h
# endif
-# ifdef HEADER_BIO_H
+# ifdef OPENSSL_BIO_H
# error openssl/bio.h included before bio_local.h
# endif