summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjpierre%netscape.com <devnull@localhost>2004-05-11 04:00:58 +0000
committerjpierre%netscape.com <devnull@localhost>2004-05-11 04:00:58 +0000
commitca380022fcf3a253b1ec2b76f8dfc0668d3d7b4e (patch)
tree03d38e1a9595a3bde9eb4f4c43f83bdca90ae102
parent9372564570e2eed4c3a20d9deb05bb7749cef055 (diff)
downloadnss-hg-ca380022fcf3a253b1ec2b76f8dfc0668d3d7b4e.tar.gz
Fix for 240784 - FIPS doesn't work on OS/2 . r=mkaply,wtc
-rw-r--r--security/coreconf/OS2.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/coreconf/OS2.mk b/security/coreconf/OS2.mk
index a8eed088f..5b3b51d0b 100644
--- a/security/coreconf/OS2.mk
+++ b/security/coreconf/OS2.mk
@@ -54,7 +54,8 @@ LIB_PREFIX = $(NULL)
# Override suffix in suffix.mk
LIB_SUFFIX = lib
-DLL_SUFFIX = dll
+# the DLL_SUFFIX must be uppercase for FIPS mode to work. bugzilla 240784
+DLL_SUFFIX = DLL
PROG_SUFFIX = .exe