aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-05-14 11:53:37 +0000
committerRichard Levitte <levitte@openssl.org>2001-05-14 11:53:37 +0000
commitbb5b16a36cf67530c1222297f44b3f661f5105af (patch)
treed68804bcdb1d9baf8a40b411e5102138a9934e4d
parent5892855c5f688377655377b3cb9e0caa43044796 (diff)
downloadopenssl-bb5b16a36cf67530c1222297f44b3f661f5105af.tar.gz
Make it so the compiler doesn't inform me about the dollars in some
symbols.
-rw-r--r--crypto/rand/rand_vms.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/rand/rand_vms.c b/crypto/rand/rand_vms.c
index 924ef1ba89..3e95651e58 100644
--- 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
{