re-introduce old nss im too tired for this

This commit is contained in:
wuggy 2026-06-30 06:37:32 +01:00
commit 3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions

View file

@ -1,4 +1,4 @@
#
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
@ -9,7 +9,6 @@ EXPORTS = \
secmodt.h \
secpkcs5.h \
pk11func.h \
pk11hpke.h \
pk11pub.h \
pk11priv.h \
pk11sdr.h \
@ -18,7 +17,6 @@ EXPORTS = \
PRIVATE_EXPORTS = \
secmodi.h \
secmodti.h \
dev3hack.h \
$(NULL)
@ -31,7 +29,6 @@ CSRCS = \
pk11cert.c \
pk11cxt.c \
pk11err.c \
pk11hpke.c \
pk11kea.c \
pk11list.c \
pk11load.c \
@ -50,12 +47,11 @@ CSRCS = \
$(NULL)
LIBRARY_NAME = pk11wrap
SHARED_LIBRARY = $(NULL)
NSS_LIBRARY_VERSION = 3
LIBRARY_VERSION = 3
SOFTOKEN_LIBRARY_VERSION = 3
DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" \
-DNSS_SHLIB_VERSION=\"$(NSS_LIBRARY_VERSION)\" \
-DSHLIB_VERSION=\"$(LIBRARY_VERSION)\" \
-DSOFTOKEN_SHLIB_VERSION=\"$(SOFTOKEN_LIBRARY_VERSION)\"
# only add module debugging in opt builds if DEBUG_PKCS11 is set