projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
848f3d4
)
Add a flag for OpenVMS.
author
Richard Levitte
<levitte@openssl.org>
Fri, 15 Sep 2000 13:59:30 +0000
(13:59 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 15 Sep 2000 13:59:30 +0000
(13:59 +0000)
crypto/dso/dso.h
patch
|
blob
|
history
diff --git
a/crypto/dso/dso.h
b/crypto/dso/dso.h
index af51d53dbdc35844f2ba509287a14d8165b7682e..cd30e61553e50023b520d007952483bd885d6ac5 100644
(file)
--- 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;