KEYMGMT: Add a keydata matching function
[openssl.git] / include / openssl / __DECC_INCLUDE_PROLOGUE.H
index a013957557138537a24ffc7469e810efe4c1f452..d8f6dc4b851baf697607523e25ca5aab11b702e0 100644 (file)
@@ -8,13 +8,19 @@
  */
 
 /*
- * This file is only used by HP C on VMS, and is included automatically
+ * This file is only used by HP C/C++ on VMS, and is included automatically
  * after each header file from this directory
  */
 
+/*
+ * The C++ compiler doesn't understand these pragmas, even though it
+ * understands the corresponding command line qualifier.
+ */
+#ifndef __cplusplus
 /* save state */
-#pragma names save
+# pragma names save
 /* have the compiler shorten symbols larger than 31 chars to 23 chars
  * followed by a 8 hex char CRC
  */
-#pragma names as_is,shortened
+# pragma names as_is,shortened
+#endif