summaryrefslogtreecommitdiff
path: root/lib/softoken/Makefile
diff options
context:
space:
mode:
authorRobert Relyea <rrelyea@redhat.com>2015-09-04 17:41:15 -0700
committerRobert Relyea <rrelyea@redhat.com>2015-09-04 17:41:15 -0700
commite37c4156778f5153861aef23c324e146cf559e7e (patch)
treef1335a52a7da5e1372b0212d9473762c74777b39 /lib/softoken/Makefile
parentd76b343596b43d7e684853dc1eadf8ca657dfdb9 (diff)
downloadnss-hg-e37c4156778f5153861aef23c324e146cf559e7e.tar.gz
back out FIPS changes
Diffstat (limited to 'lib/softoken/Makefile')
-rw-r--r--lib/softoken/Makefile13
1 files changed, 0 insertions, 13 deletions
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
#######################################################################