aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-10-01 17:08:18 +0000
committerRichard Levitte <levitte@openssl.org>2001-10-01 17:08:18 +0000
commit65fb3fa6300786ada1e84272865da9d46c50bced (patch)
treec6dc238591e5573f440f86cf1c1a9a929eb5b65e /crypto
parent0b0f08dbc75057bac5407fd96afb4f8e0522f461 (diff)
downloadopenssl-65fb3fa6300786ada1e84272865da9d46c50bced.tar.gz
o_time.c contains symbols with dollar signs in them, so we must tell
the compiler not to warn about that.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/crypto-lib.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index 7d18be777f..f0ffb4883c 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -280,7 +280,7 @@ $!
$! Setup exceptional compilations
$!
$ COMPILEWITH_CC3 = ",bss_rtcp,"
-$ COMPILEWITH_CC4 = ",a_utctm,bss_log,"
+$ COMPILEWITH_CC4 = ",a_utctm,bss_log,o_time,"
$ COMPILEWITH_CC5 = ",md2_dgst,md4_dgst,md5_dgst,mdc2dgst," + -
"sha_dgst,sha1dgst,rmd_dgst,bf_enc,"
$!