Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Replace memcpy with memmove, non-ambiguous copy, bump related versions |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
770a5861c64e6a813ab89a30969a404d |
| User & Date: | bernd 2019-03-09 14:41:41.025 |
Context
|
2019-03-09
| ||
| 22:50 | Use html parser to convert wiki files to md files check-in: df70ba92ea user: bernd tags: trunk | |
| 14:41 | Replace memcpy with memmove, non-ambiguous copy, bump related versions check-in: 770a5861c6 user: bernd tags: trunk | |
| 13:56 | Replace memcpy with memmove, non-ambiguous copy check-in: a90f1eb37d user: bernd tags: trunk | |
Changes
Changes to keccak/configure.ac.
1 2 | ## keccac Autoconf | | | 1 2 3 4 5 6 7 8 9 10 |
## keccac Autoconf
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])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
CFLAGS=${CFLAGS--O3}
|
| ︙ | ︙ |
Changes to threefish/configure.ac.
1 2 | ## ExampleLib Example: an example of using Automake to link with a library | | | 1 2 3 4 5 6 7 8 9 10 |
## ExampleLib Example: an example of using Automake to link with a library
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])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_PROG_CC
|
| ︙ | ︙ |