1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Add an extra warning for Camellia.

Minor W32 fix
Address change.
This commit is contained in:
Werner Koch 2007-07-09 17:26:51 +00:00
parent 3be2eb4b35
commit 66c5c46b95
36 changed files with 3968 additions and 3925 deletions

View file

@ -1,3 +1,7 @@
2007-07-09 Werner Koch <wk@g10code.com>
* camellia.c, camellia.h: Fixed the FSF's postal address.
2007-06-13 David Shaw <dshaw@jabberwocky.com>
* Makefile.am, algorithms.h, cipher.c (setup_cipher_table): Add

View file

@ -15,7 +15,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
/*

View file

@ -15,7 +15,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
#ifndef HEADER_CAMELLIA_H