diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-03-02 13:52:01 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-03-02 13:52:01 +0000 |
commit | 0262adf6bad92a1934aa1dda8affbd386fa2f396 (patch) | |
tree | 4e6bebc15b21f9ddcbe25e59f022ae25478c04ae /security/nss/files | |
parent | Update 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.c | 11 |
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; - } |