From 15d155e45ab4db6516cc0466e81e51c51bef4662 Mon Sep 17 00:00:00 2001
From: Richard Levitte <levitte@openssl.org>
Date: Sun, 11 Jul 2004 20:21:56 +0000
Subject: [PATCH] o_dir needs to be compiler with the warnings about dollar
 signs in identities disabled.

---
 crypto/crypto-lib.com | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index 89e175e91..19efe4cad 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -275,7 +275,7 @@ $!
 $! Setup exceptional compilations
 $!
 $ COMPILEWITH_CC3 = ",bss_rtcp,"
-$ COMPILEWITH_CC4 = ",a_utctm,bss_log,o_time,"
+$ COMPILEWITH_CC4 = ",a_utctm,bss_log,o_time,o_dir"
 $ COMPILEWITH_CC5 = ",md2_dgst,md4_dgst,md5_dgst,mdc2dgst," + -
                     "sha_dgst,sha1dgst,rmd_dgst,bf_enc,"
 $!