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:
e325788
)
Compaq C on OpenVMS is a little picky around producing empty object
author
Richard Levitte
<levitte@openssl.org>
Mon, 2 Apr 2001 09:10:59 +0000
(09:10 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 2 Apr 2001 09:10:59 +0000
(09:10 +0000)
files...
crypto/ebcdic.c
patch
|
blob
|
history
diff --git
a/crypto/ebcdic.c
b/crypto/ebcdic.c
index 31397b2add7756a2e803e9f612e74cd5cf40ab4f..91a7a8bcb4300625059d7d133411723f51b427ae 100644
(file)
--- a/
crypto/ebcdic.c
+++ b/
crypto/ebcdic.c
@@
-211,7
+211,7
@@
ascii2ebcdic(void *dest, const void *srce, size_t count)
}
#else /*CHARSET_EBCDIC*/
-#if
def PEDANTIC
+#if
defined(PEDANTIC) || defined(VMS) || defined(__VMS)
static void *dummy=&dummy;
#endif
#endif