Fix header file include guard names
[openssl.git] / crypto / bio / bio_local.h
index 024120feaeb823fe4214878756a4fa1b0d2b5134..30e56cba8d3d4295eb6e321380277f5243de787a 100644 (file)
  * 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