diff options
author | Richard Levitte <levitte@openssl.org> | 2001-02-20 18:14:30 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-02-20 18:14:30 +0100 |
commit | 38f3b3e29c89a4951d579f1bbb0106225fd4b038 (patch) | |
tree | b33ef779097429c130a79bdd453604efc45037fb /crypto/des/des-lib.com | |
parent | The callbacks in the NAME_FUNCS structure are not used directly as LHASH (diff) | |
download | openssl-38f3b3e29c89a4951d579f1bbb0106225fd4b038.tar.xz openssl-38f3b3e29c89a4951d579f1bbb0106225fd4b038.zip |
OpenVMS catches up.
Diffstat (limited to 'crypto/des/des-lib.com')
-rw-r--r-- | crypto/des/des-lib.com | 4 |
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 = "" |