]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/rand_drbg.h
Add legacy include guards to public header files
[thirdparty/openssl.git] / include / openssl / rand_drbg.h
index b557670b8a5ab3c03cd46c062ced1163267c918d..0aef0da5a38ff224f392111e6729fbc1db9d7d08 100644 (file)
@@ -9,6 +9,12 @@
 
 #ifndef OPENSSL_RAND_DRBG_H
 # define OPENSSL_RAND_DRBG_H
+# pragma once
+
+# include <openssl/macros.h>
+# if !OPENSSL_API_3
+#  define HEADER_DRBG_RAND_H
+# endif
 
 # include <time.h>
 # include <openssl/types.h>