Verified Commit 888985e0 authored by Bernd Paysan's avatar Bernd Paysan
Browse files

Replace memcpy with memmove, non-ambiguous copy, bump related versions

parent e474e271
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
## keccac Autoconf

AC_INIT([KECCAK], [3:3], [bernd@net2o.de], [keccak for Linux],
AC_INIT([KECCAK], [3:4], [bernd@net2o.de], [keccak for Linux],
        [http://keccak.noekeon.org/])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.10 -Wall no-define])
+1 −1
Original line number Diff line number Diff line
## ExampleLib Example: an example of using Automake to link with a library

AC_INIT([THREEFISH], [1:2], [bernd@net2o.de], [threefish for Linux],
AC_INIT([THREEFISH], [1:3], [bernd@net2o.de], [threefish for Linux],
        [https://www.schneier.com/threefish.html])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.10 -Wall no-define])