]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/txt_db.h
Add legacy include guards to public header files
[thirdparty/openssl.git] / include / openssl / txt_db.h
index 39d4a3a48755244e98841c1fa7c067d3eff44d66..cb646450cac076d0c3223512d099c77f0f9f1472 100644 (file)
@@ -9,6 +9,12 @@
 
 #ifndef OPENSSL_TXT_DB_H
 # define OPENSSL_TXT_DB_H
+# pragma once
+
+# include <openssl/macros.h>
+# if !OPENSSL_API_3
+#  define HEADER_TXT_DB_H
+# endif
 
 # include <openssl/opensslconf.h>
 # include <openssl/bio.h>