summaryrefslogtreecommitdiffstats
path: root/crypto/des/des-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-20 17:14:30 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-20 17:14:30 +0000
commit38f3b3e29c89a4951d579f1bbb0106225fd4b038 (patch)
treeb33ef779097429c130a79bdd453604efc45037fb /crypto/des/des-lib.com
parent4dc719fc37cb2201c8e211c6a684d71477c20f50 (diff)
OpenVMS catches up.
Diffstat (limited to 'crypto/des/des-lib.com')
-rw-r--r--crypto/des/des-lib.com4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/des/des-lib.com b/crypto/des/des-lib.com
index 2aea7a0dea..fc2c35a1ce 100644
--- a/crypto/des/des-lib.com
+++ b/crypto/des/des-lib.com
@@ -846,8 +846,8 @@ $ ENDIF
$!
$! Set Up Initial CC Definitions, Possibly With User Ones
$!
-$ CCDEFS = "VMS=1"
-$ IF F$TYPE(USER_CCDEFS) .NES. "" THEN CCDEFS = CCDEFS + "," + USER_CCDEFS
+$ CCDEFS = ""
+$ IF F$TYPE(USER_CCDEFS) .NES. "" THEN CCDEFS = USER_CCDEFS
$ CCEXTRAFLAGS = ""
$ IF F$TYPE(USER_CCFLAGS) .NES. "" THEN CCEXTRAFLAGS = USER_CCFLAGS
$ CCDISABLEWARNINGS = ""