]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/x509_vfy.h
Add legacy include guards to public header files
[thirdparty/openssl.git] / include / openssl / x509_vfy.h
index 81b50521d185e9195512fd3d029c57562843481c..e16ad1d7c07a024da749260edbaf95521c935384 100644 (file)
@@ -9,6 +9,12 @@
 
 #ifndef OPENSSL_X509_VFY_H
 # define OPENSSL_X509_VFY_H
+# pragma once
+
+# include <openssl/macros.h>
+# if !OPENSSL_API_3
+#  define HEADER_X509_VFY_H
+# endif
 
 /*
  * Protect against recursion, x509.h and x509_vfy.h each include the other.