diff options
Diffstat (limited to 'lib/freebl/manifest.mn')
-rw-r--r-- | lib/freebl/manifest.mn | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/lib/freebl/manifest.mn b/lib/freebl/manifest.mn index a3659b310..1137e8521 100644 --- a/lib/freebl/manifest.mn +++ b/lib/freebl/manifest.mn @@ -10,30 +10,6 @@ CORE_DEPTH = ../.. MODULE = nss -# copied from Linux.mk. We have a chicken and egg issue here. We need to set -# Library name before we call the platform code in coreconf, but we need to -# Pick up the automatic setting of FREEBL_LOWHASH before we can set the -# Library name... so for now we mimic the code in Linux.mk to get the -# automatic setting early... -# -# On Linux 2.6 or later, build libfreebl3.so with no NSPR and libnssutil3.so -# dependencies by default. Set FREEBL_NO_DEPEND to 0 in the environment to -# override this. -# -# -include $(CORE_DEPTH)/coreconf/arch.mk -ifeq ($(OS_ARCH),Linux) -ifneq ($(OS_TARGET),Android) -ifeq (2.6,$(firstword $(sort 2.6 $(OS_RELEASE)))) -ifndef FREEBL_NO_DEPEND -FREEBL_NO_DEPEND = 1 -FREEBL_LOWHASH = 1 -endif -endif -endif -endif - - LIBRARY_NAME = freebl LIBRARY_VERSION = 3 @@ -53,13 +29,6 @@ ifdef FREEBL_CHILD_BUILD ifdef USE_ABI64_FPU LIBRARY_NAME = freebl_64fpu endif - ifdef FREEBL_LOWHASH - LIBRARY_NAME = freeblpriv - endif - ifdef USE_STUB_BUILD - # for the stub build, reset name to the default (from freeblpriv) - LIBRARY_NAME = freebl - endif endif # if the library name contains _, we prefix the version with _ @@ -134,7 +103,6 @@ CSRCS = \ drbg.c \ cts.c \ ctr.c \ - fipsfreebl.c \ gcm.c \ hmacct.c \ rijndael.c \ |