Add legacy include guards to public header files
[openssl.git] / include / openssl / comp.h
index eac825f169f63670db438d2983b95e11ade9e88d..47f782b57a5f92ae8d49bd93a00ba45b6fbd2063 100644 (file)
@@ -9,6 +9,12 @@
 
 #ifndef OPENSSL_COMP_H
 # define OPENSSL_COMP_H
+# pragma once
+
+# include <openssl/macros.h>
+# if !OPENSSL_API_3
+#  define HEADER_COMP_H
+# endif
 
 # include <openssl/opensslconf.h>