summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/util/manifest.mn2
-rw-r--r--lib/util/nssutil.def6
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/util/manifest.mn b/lib/util/manifest.mn
index ed54a1623..9ff3758f0 100644
--- a/lib/util/manifest.mn
+++ b/lib/util/manifest.mn
@@ -22,6 +22,7 @@ EXPORTS = \
pkcs11t.h \
pkcs11n.h \
pkcs11u.h \
+ pkcs1sig.h \
portreg.h \
secasn1.h \
secasn1t.h \
@@ -58,6 +59,7 @@ CSRCS = \
nssrwlk.c \
nssilock.c \
oidstring.c \
+ pkcs1sig.c \
portreg.c \
secalgid.c \
secasn1d.c \
diff --git a/lib/util/nssutil.def b/lib/util/nssutil.def
index 86a0ad7e4..9d98df222 100644
--- a/lib/util/nssutil.def
+++ b/lib/util/nssutil.def
@@ -271,3 +271,9 @@ SECITEM_ZfreeArray;
;+ local:
;+ *;
;+};
+;+NSSUTIL_3.17.1 { # NSS Utilities 3.17.1 release
+;+ global:
+_SGN_VerifyPKCS1DigestInfo;
+;+ local:
+;+ *;
+;+};