Add legacy include guards to public header files
[openssl.git] / include / openssl / ec.h
index 2a669285ffac0ee15ba53bfe8a13cd15fbf20629..11999b41fc2b0bd761785b33fa3f7e605fc14827 100644 (file)
 
 #ifndef OPENSSL_EC_H
 # define OPENSSL_EC_H
+# pragma once
+
+# include <openssl/macros.h>
+# if !OPENSSL_API_3
+#  define HEADER_EC_H
+# endif
 
 # include <openssl/opensslconf.h>