- 22B8E75D35ABC0449E048A2B18461B17D7EF5A6A00A56FE1A16BD89B526B8F6F19DEA196A258D6E3760F84B1124D7D40FA28D1B6C5BC4932BE11B9D91C7077EC
+ 8A4A177C130B437C9ED2E935A375E693B12A57B12B241660B5F715698B9926D82F68C0C74C450BEA2DC60888920BB04F9370BEDC8737D1EC375A307EB3D4A0A1
mpi/mpi-inline.c
(1 . 26)(1 . 30)
4957 /* mpi-inline.c
4958 * Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
4959 * Modified by No Such Labs. (C) 2015. See README.
4960 *
4961 * This file is part of GnuPG.
4962 * This file was originally part of Gnu Privacy Guard (GPG), ver. 1.4.10,
4963 * SHA256(gnupg-1.4.10.tar.gz):
4964 * 0bfd74660a2f6cedcf7d8256db4a63c996ffebbcdc2cf54397bfb72878c5a85a
4965 * (C) 1994-2005 Free Software Foundation, Inc.
4966 *
4967 * GnuPG is free software; you can redistribute it and/or modify
4968 * This program is free software: you can redistribute it and/or modify
4969 * it under the terms of the GNU General Public License as published by
4970 * the Free Software Foundation; either version 3 of the License, or
4971 * the Free Software Foundation, either version 3 of the License, or
4972 * (at your option) any later version.
4973 *
4974 * GnuPG is distributed in the hope that it will be useful,
4975 * This program is distributed in the hope that it will be useful,
4976 * but WITHOUT ANY WARRANTY; without even the implied warranty of
4977 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4978 * GNU General Public License for more details.
4979 *
4980 * You should have received a copy of the GNU General Public License
4981 * along with this program; if not, see <http://www.gnu.org/licenses/>.
4982 * along with this program. If not, see <http://www.gnu.org/licenses/>.
4983 */
4984
4985 #include <config.h>
4986 #include <stdio.h>
4987 #include <stdlib.h>
4988
4989 #include "knobs.h"
4990
4991 /* put the inline functions as real functions into the lib */
4992 #define G10_MPI_INLINE_DECL
4993