Add legacy include guards to public header files
[oweals/openssl.git] / include / openssl / ssl.h
index 7783f9482c151ff49fcb7f8d9bcd541aac36d408..35477d9cb773b9f4c6b7045955d79bd36ac59387 100644 (file)
 
 #ifndef OPENSSL_SSL_H
 # define OPENSSL_SSL_H
+# pragma once
+
+# include <openssl/macros.h>
+# if !OPENSSL_API_3
+#  define HEADER_SSL_H
+# endif
 
 # include <openssl/e_os2.h>
 # include <openssl/opensslconf.h>