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:
d009bcb
)
Instead of just checking for OpenVMS, check if DEC C is used, since it's as
author
Richard Levitte
<levitte@openssl.org>
Wed, 20 Feb 2002 12:01:24 +0000
(12:01 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 20 Feb 2002 12:01:24 +0000
(12:01 +0000)
picky on all platforms
crypto/ebcdic.c
patch
|
blob
|
history
diff --git
a/crypto/ebcdic.c
b/crypto/ebcdic.c
index eb460544339cb6cef77a5214bece576f18ecc112..bc968ea807f26e386d291785a8a5eebe8b15499b 100644
(file)
--- a/
crypto/ebcdic.c
+++ b/
crypto/ebcdic.c
@@
-212,7
+212,7
@@
ascii2ebcdic(void *dest, const void *srce, size_t count)
#else /*CHARSET_EBCDIC*/
#include <openssl/opensslconf.h>
-#if defined(PEDANTIC) || defined(
OPENSSL_SYS_VMS
)
+#if defined(PEDANTIC) || defined(
__DECC
)
static void *dummy=&dummy;
#endif
#endif