From e37c4156778f5153861aef23c324e146cf559e7e Mon Sep 17 00:00:00 2001 From: Robert Relyea Date: Fri, 4 Sep 2015 17:41:15 -0700 Subject: back out FIPS changes --- lib/softoken/Makefile | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'lib/softoken/Makefile') diff --git a/lib/softoken/Makefile b/lib/softoken/Makefile index 4eccfd77c..b2f33e260 100644 --- a/lib/softoken/Makefile +++ b/lib/softoken/Makefile @@ -20,19 +20,6 @@ include $(CORE_DEPTH)/coreconf/config.mk # (3) Include "component" configuration information. (OPTIONAL) # ####################################################################### -ifdef NSS_NO_INIT_SUPPORT - DEFINES += -DNSS_NO_INIT_SUPPORT -endif -ifeq ($(OS_TARGET),Linux) -ifeq ($(CPU_ARCH),ppc) -ifdef USE_64 - DEFINES += -DNSS_NO_INIT_SUPPORT -endif # USE_64 -endif # ppc -else # !Linux - # turn off no init support everywhere for now - DEFINES += -DNSS_NO_INIT_SUPPORT -endif # Linux ####################################################################### -- cgit v1.2.1