]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/objects.h
Add legacy include guards to public header files
[thirdparty/openssl.git] / include / openssl / objects.h
index 3fee89549a45d9c1728638c556b0a22b63d9e933..45fa7e683b8db1c6aede3145d44f5ca5eef594fe 100644 (file)
@@ -9,6 +9,12 @@
 
 #ifndef OPENSSL_OBJECTS_H
 # define OPENSSL_OBJECTS_H
+# pragma once
+
+# include <openssl/macros.h>
+# if !OPENSSL_API_3
+#  define HEADER_OBJECTS_H
+# endif
 
 # include <openssl/obj_mac.h>
 # include <openssl/bio.h>