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:
1fc02dc
)
Recognise DEC C++ as equivalent to DEC C for the definitions of OPENSSL_EXTERN and...
author
Richard Levitte
<levitte@openssl.org>
Sat, 6 Apr 2002 11:37:18 +0000
(11:37 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 6 Apr 2002 11:37:18 +0000
(11:37 +0000)
Submitted by Compaq.
e_os2.h
patch
|
blob
|
history
diff --git
a/e_os2.h
b/e_os2.h
index ea92ff578ad824da7d1ade147861dd60ac4dc16b..9c4a541728df9110ba304d24eb3faee7f8895bfe 100644
(file)
--- a/
e_os2.h
+++ b/
e_os2.h
@@
-131,6
+131,9
@@
extern "C" {
# define OPENSSL_SYS_VMS
# if defined(__DECC)
# define OPENSSL_SYS_VMS_DECC
+# elif defined(__DECCXX)
+# define OPENSSL_SYS_VMS_DECC
+# define OPENSSL_SYS_VMS_DECCXX
# else
# define OPENSSL_SYS_VMS_NODECC
# endif