- F582DE56EE9BC1D4CF2EEA35BDABDCD61E0CC93DD186950709E32FC707D2F769669BAFDCFBF2AD074596BA474BF1E7AF5E29EA81CFF2316ACBFCD27A0F93F185
+ 6DFF8D166D0D34557BBAF7E739B83AEC2F73E2383424D08CE2D10C6A1609095381A27B8C38029950548942C3D4B5FAADCBE62322BC623154FA1911B3EAA3FE38
mpi/mpi-gcd.c
(1 . 25)(1 . 29)
4417 /* mpi-gcd.c - MPI functions
4418 * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
4419 * Modified by No Such Labs. (C) 2015. See README.
4420 *
4421 * This file is part of GnuPG.
4422 * This file was originally part of Gnu Privacy Guard (GPG), ver. 1.4.10,
4423 * SHA256(gnupg-1.4.10.tar.gz):
4424 * 0bfd74660a2f6cedcf7d8256db4a63c996ffebbcdc2cf54397bfb72878c5a85a
4425 * (C) 1994-2005 Free Software Foundation, Inc.
4426 *
4427 * GnuPG is free software; you can redistribute it and/or modify
4428 * This program is free software: you can redistribute it and/or modify
4429 * it under the terms of the GNU General Public License as published by
4430 * the Free Software Foundation; either version 3 of the License, or
4431 * the Free Software Foundation, either version 3 of the License, or
4432 * (at your option) any later version.
4433 *
4434 * GnuPG is distributed in the hope that it will be useful,
4435 * This program is distributed in the hope that it will be useful,
4436 * but WITHOUT ANY WARRANTY; without even the implied warranty of
4437 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4438 * GNU General Public License for more details.
4439 *
4440 * You should have received a copy of the GNU General Public License
4441 * along with this program; if not, see <http://www.gnu.org/licenses/>.
4442 * along with this program. If not, see <http://www.gnu.org/licenses/>.
4443 */
4444
4445 #include <config.h>
4446 #include <stdio.h>
4447 #include <stdlib.h>
4448
4449 #include "knobs.h"
4450 #include "mpi-internal.h"
4451
4452 /****************