- 042BA62021E6A33FA5F28447D8D268D4FD9A66D49BD10B904AA5F5C9FB6A30345F5CFEA787FBA1145B328F56E77C39E4D7C3D6DF94CCD4B7696B9FE2C8AA7055
+ A4A9188BECDE0BEF5A0F54061C6758B618A85CE7C483AF33F5D7655EB1CE7165A8FFC185BF37AE4D3781DEAB518DB3D4FE946692406DE0BD73212331EF400F27
mpi/include/longlong.h
(1 . 22)(1 . 24)
587 /* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
588 Note: I added some stuff for use with gnupg
589
590 Copyright (C) 1991, 1992, 1993, 1994, 1996, 1998,
591 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
592
593 This file is free software; you can redistribute it and/or modify
594 it under the terms of the GNU Lesser General Public License as published by
595 the Free Software Foundation; either version 2.1 of the License, or (at your
596 option) any later version.
597
598 This file is distributed in the hope that it will be useful, but
599 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
600 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
601 License for more details.
602
603 You should have received a copy of the GNU Lesser General Public License
604 along with this file; if not, see <http://www.gnu.org/licenses/>. */
605
606 * Modified by No Such Labs. (C) 2015. See README.
607 *
608 * This file was originally part of Gnu Privacy Guard (GPG), ver. 1.4.10,
609 * SHA256(gnupg-1.4.10.tar.gz):
610 * 0bfd74660a2f6cedcf7d8256db4a63c996ffebbcdc2cf54397bfb72878c5a85a
611 * (C) 1994-2005 Free Software Foundation, Inc.
612 *
613 * This program is free software: you can redistribute it and/or modify
614 * it under the terms of the GNU General Public License as published by
615 * the Free Software Foundation, either version 3 of the License, or
616 * (at your option) any later version.
617 *
618 * This program is distributed in the hope that it will be useful,
619 * but WITHOUT ANY WARRANTY; without even the implied warranty of
620 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
621 * GNU General Public License for more details.
622 *
623 * You should have received a copy of the GNU General Public License
624 * along with this program. If not, see <http://www.gnu.org/licenses/>.
625 */
626
627 /* You have to define the following before including this file:
628