summaryrefslogtreecommitdiffstats
path: root/crypto/dso
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-15 13:59:30 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-15 13:59:30 +0000
commita4129c6e33028638c61973af86ff17965a613b02 (patch)
tree22e94e7d6e0635abce7c31323ddb0dbe18ad4684 /crypto/dso
parent848f3d40c830750d59ed9735216b4f8445089e05 (diff)
Add a flag for OpenVMS.
Diffstat (limited to 'crypto/dso')
-rw-r--r--crypto/dso/dso.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/dso/dso.h b/crypto/dso/dso.h
index af51d53dbd..cd30e61553 100644
--- a/crypto/dso/dso.h
+++ b/crypto/dso/dso.h
@@ -80,6 +80,12 @@ extern "C" {
*/
#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;