Index: nss/lib/freebl/mpi/mpmontg.c |
=================================================================== |
--- nss/lib/freebl/mpi/mpmontg.c (revision 200337) |
+++ nss/lib/freebl/mpi/mpmontg.c (working copy) |
@@ -1,7 +1,6 @@ |
/* This Source Code Form is subject to the terms of the Mozilla Public |
* License, v. 2.0. If a copy of the MPL was not distributed with this |
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
-/* $Id$ */ |
/* This file implements moduluar exponentiation using Montgomery's |
* method for modular reduction. This file implements the method |