Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: nss/lib/freebl/dsa.c

Issue 16285003: Remove CVS keywords from NSS source files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « nss/lib/freebl/drbg.c ('k') | nss/lib/freebl/mpi/logtab.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * 2 *
3 * This Source Code Form is subject to the terms of the Mozilla Public 3 * This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this 4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 /* $Id$ */
7 6
8 #ifdef FREEBL_NO_DEPEND 7 #ifdef FREEBL_NO_DEPEND
9 #include "stubs.h" 8 #include "stubs.h"
10 #endif 9 #endif
11 10
12 #include "prerror.h" 11 #include "prerror.h"
13 #include "secerr.h" 12 #include "secerr.h"
14 13
15 #include "prtypes.h" 14 #include "prtypes.h"
16 #include "prinit.h" 15 #include "prinit.h"
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 mp_clear(&s_); 622 mp_clear(&s_);
624 mp_clear(&u1); 623 mp_clear(&u1);
625 mp_clear(&u2); 624 mp_clear(&u2);
626 mp_clear(&v); 625 mp_clear(&v);
627 mp_clear(&w); 626 mp_clear(&w);
628 if (err) { 627 if (err) {
629 translate_mpi_error(err); 628 translate_mpi_error(err);
630 } 629 }
631 return verified; 630 return verified;
632 } 631 }
OLDNEW
« no previous file with comments | « nss/lib/freebl/drbg.c ('k') | nss/lib/freebl/mpi/logtab.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698