]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/cms.h
Fix header file include guard names
[thirdparty/openssl.git] / include / openssl / cms.h
index 608b6d7cac25cfbb690caa4148dcfef480589235..5209d39ee362e3a48ab655992cb97b5a26d3a170 100644 (file)
@@ -7,8 +7,8 @@
  * https://www.openssl.org/source/license.html
  */
 
-#ifndef HEADER_CMS_H
-# define HEADER_CMS_H
+#ifndef OPENSSL_CMS_H
+# define OPENSSL_CMS_H
 
 # include <openssl/opensslconf.h>
 
@@ -84,7 +84,7 @@ ASN1_OCTET_STRING **CMS_get0_content(CMS_ContentInfo *cms);
 int CMS_is_detached(CMS_ContentInfo *cms);
 int CMS_set_detached(CMS_ContentInfo *cms, int detached);
 
-# ifdef HEADER_PEM_H
+# ifdef OPENSSL_PEM_H
 DECLARE_PEM_rw_const(CMS, CMS_ContentInfo)
 # endif
 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms);