diff options
author | Robert Relyea <rrelyea@redhat.com> | 2021-04-29 13:48:35 -0700 |
---|---|---|
committer | Robert Relyea <rrelyea@redhat.com> | 2021-04-29 13:48:35 -0700 |
commit | 7ab62236f0ddd041c811d6b11408503df3c1b914 (patch) | |
tree | 1aeb6612e79c568c07932a663dd8660a2d3869d6 | |
parent | d497bc1a88a7772a5f87f404f40716d726c8b0f6 (diff) | |
download | nss-hg-7ab62236f0ddd041c811d6b11408503df3c1b914.tar.gz |
We're on NSS 3.65 right now, not NSS 3.64
-rw-r--r-- | lib/nss/nss.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nss/nss.def b/lib/nss/nss.def index 91486ceff..a79e56c71 100644 --- a/lib/nss/nss.def +++ b/lib/nss/nss.def @@ -1220,7 +1220,7 @@ PK11_HPKE_ImportContext; ;+ local: ;+ *; ;+}; -;+NSS_3.64 { # NSS 3.64 release +;+NSS_3.65 { # NSS 3.65 release ;+ global: PK11_CreateContextByPubKey; PK11_CreateContextByPrivKey; |