Add legacy include guards to public header files
[oweals/openssl.git] / include / openssl / md2.h
index 35531ffac65d4d4c7b173967d074851231302a12..005a7bd4fced30ebf002169fc4de625c891208aa 100644 (file)
@@ -9,6 +9,12 @@
 
 #ifndef OPENSSL_MD2_H
 # define OPENSSL_MD2_H
+# pragma once
+
+# include <openssl/macros.h>
+# if !OPENSSL_API_3
+#  define HEADER_MD2_H
+# endif
 
 # include <openssl/opensslconf.h>