~ubuntu-branches/ubuntu/lucid/xulrunner-1.9/lucid

« back to all changes in this revision

Viewing changes to mozilla/security/nss/lib/pk11wrap/pk11pqg.c

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-03 12:46:20 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090803124620-e6fe7ftw5lbswb0z
Tags: 1.9.0.13+nobinonly-0ubuntu1
* New upstream release v1.9.0.13 (FIREFOX_3_0_13_RELEASE)
  - see USN-811-1
* drop update-alternative --remove-all hack (which ensured that non-existing alternatives dont end
  up in "manual" mode in the past) now that dpkg fails on them - also the "auto" mode seems to be fixed
  - update debian/xulrunner-1.9.2.prerm.in
* enable support for "extensions" in build-system
  - update debian/create-build-system.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
 *  If vfy is non-NULL, test PQGParams to make sure they were generated
212
212
 *       using the specified seed, counter, and h values.
213
213
 *
214
 
 *  Return value indicates whether Verification operation ran succesfully
 
214
 *  Return value indicates whether Verification operation ran successfully
215
215
 *  to completion, but does not indicate if PQGParams are valid or not.
216
216
 *  If return value is SECSuccess, then *pResult has these meanings:
217
217
 *       SECSuccess: PQGParams are valid.