Add legacy include guards to public header files
[openssl.git] / include / openssl / ssl3.h
index b89c91176ceb366c189f4c76d81d4d06148aaf4e..63ab2a58e49b1bde5fb48aaef54ca32934c2eb23 100644 (file)
 
 #ifndef OPENSSL_SSL3_H
 # define OPENSSL_SSL3_H
+# pragma once
+
+# include <openssl/macros.h>
+# if !OPENSSL_API_3
+#  define HEADER_SSL3_H
+# endif
 
 # include <openssl/comp.h>
 # include <openssl/buffer.h>