summaryrefslogtreecommitdiff
path: root/security/nss/files
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-03-02 13:52:01 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-03-02 13:52:01 +0000
commit0262adf6bad92a1934aa1dda8affbd386fa2f396 (patch)
tree4e6bebc15b21f9ddcbe25e59f022ae25478c04ae /security/nss/files
parentUpdate to 4.8.7. (diff)
Update to 3.12.9.
Submitted by: beat
Notes
Notes: svn path=/head/; revision=270119
Diffstat (limited to 'security/nss/files')
-rw-r--r--security/nss/files/patch-lib_softoken_legacydb_lgfind.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/nss/files/patch-lib_softoken_legacydb_lgfind.c b/security/nss/files/patch-lib_softoken_legacydb_lgfind.c
deleted file mode 100644
index 719fb840bded..000000000000
--- a/security/nss/files/patch-lib_softoken_legacydb_lgfind.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/softoken/legacydb/lgfind.c.orig 2009-10-19 16:07:48.000000000 +0200
-+++ lib/softoken/legacydb/lgfind.c 2009-10-19 16:08:04.000000000 +0200
-@@ -778,7 +778,7 @@
- classFlags &= LG_TRUST;
- copy = &cert_md5_hash; break;
- case CKA_CERTIFICATE_TYPE:
-- crv = lg_GetULongAttribute(CKA_CLASS,&pTemplate[i],1,&certType);
-+ crv = lg_GetULongAttribute(CKA_CERTIFICATE_TYPE,&pTemplate[i],1,&certType);
- if (crv != CKR_OK) {
- classFlags = 0;
- }