]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/cms.h
Add legacy include guards to public header files
[thirdparty/openssl.git] / include / openssl / cms.h
index 5209d39ee362e3a48ab655992cb97b5a26d3a170..cf4ad37f3ab2247fbd308653bbe2c5b8687dd693 100644 (file)
@@ -9,6 +9,12 @@
 
 #ifndef OPENSSL_CMS_H
 # define OPENSSL_CMS_H
+# pragma once
+
+# include <openssl/macros.h>
+# if !OPENSSL_API_3
+#  define HEADER_CMS_H
+# endif
 
 # include <openssl/opensslconf.h>