Add legacy include guards to public header files
[oweals/openssl.git] / include / openssl / store.h
index affa16a0b1cf0902ed25a9f2ccc7d2b64cff2c41..846923e0ea5fe3ea4c339389614c0027d0b371f9 100644 (file)
@@ -9,6 +9,12 @@
 
 #ifndef OPENSSL_STORE_H
 # define OPENSSL_STORE_H
+# pragma once
+
+# include <openssl/macros.h>
+# if !OPENSSL_API_3
+#  define HEADER_OSSL_STORE_H
+# endif
 
 # include <stdarg.h>
 # include <openssl/types.h>