Add a flag for OpenVMS.
authorRichard Levitte <levitte@openssl.org>
Fri, 15 Sep 2000 13:59:30 +0000 (13:59 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 15 Sep 2000 13:59:30 +0000 (13:59 +0000)
crypto/dso/dso.h

index af51d53dbdc35844f2ba509287a14d8165b7682e..cd30e61553e50023b520d007952483bd885d6ac5 100644 (file)
@@ -80,6 +80,12 @@ extern "C" {
  */
 #define DSO_FLAG_NAME_TRANSLATION 0x01
 
  */
 #define DSO_FLAG_NAME_TRANSLATION 0x01
 
+/* The following flag controls the translation of symbol names to upper
+ * case.  This is currently only being implemented for OpenVMS.
+ */
+#define DSO_FLAG_UPCASE_SYMBOL    0x02
+
+
 typedef void (*DSO_FUNC_TYPE)(void);
 
 typedef struct dso_st DSO;
 typedef void (*DSO_FUNC_TYPE)(void);
 
 typedef struct dso_st DSO;