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:
5892855
)
Make it so the compiler doesn't inform me about the dollars in some
author
Richard Levitte
<levitte@openssl.org>
Mon, 14 May 2001 11:53:37 +0000
(11:53 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 14 May 2001 11:53:37 +0000
(11:53 +0000)
symbols.
crypto/rand/rand_vms.c
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_vms.c
b/crypto/rand/rand_vms.c
index 924ef1ba8937026cdb4b38165f95b5eab1b94390..3e95651e580548f31572d859dc02d03e847ff4a9 100644
(file)
--- a/
crypto/rand/rand_vms.c
+++ b/
crypto/rand/rand_vms.c
@@
-65,6
+65,9
@@
#include <jpidef.h>
#include <ssdef.h>
#include <starlet.h>
+#ifdef __DECC
+# pragma message disable DOLLARID
+#endif
static struct items_data_st
{