summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-20 07:43:22 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-20 07:43:22 +0000
commit8120813066728ab4bd2d5c6d058f528e5cc627fc (patch)
tree98c899eecb1187e8e96e182445cdf079498bad1c /crypto/bn
parent7242cd8f8f862a5e7f7eddb34b7ffc0a0d38df4b (diff)
Use new-style system-id macros.
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/bn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h
index 7129d36984..218907b8cd 100644
--- a/crypto/bn/bn.h
+++ b/crypto/bn/bn.h
@@ -68,7 +68,7 @@
extern "C" {
#endif
-#ifdef VMS
+#ifdef OPENSSL_SYS_VMS
#undef BN_LLONG /* experimental, so far... */
#endif