Add legacy include guards to public header files
[openssl.git] / include / openssl / opensslv.h
index a4fb47e8a04b9d1dae6dcdbbfe49abe9dd5544bb..cb3eb32d0be7508669e1a211433406069f8ce2c0 100644 (file)
@@ -9,6 +9,12 @@
 
 #ifndef OPENSSL_OPENSSLV_H
 # define OPENSSL_OPENSSLV_H
+# pragma once
+
+# include <openssl/macros.h>
+# if !OPENSSL_API_3
+#  define HEADER_OPENSSLV_H
+# endif
 
 # ifdef  __cplusplus
 extern "C" {