Skip to content
Snippets Groups Projects
Commit d1573de9 authored by Niels Möller's avatar Niels Möller
Browse files

*** empty log message ***

Rev: src/nettle/.cvsignore:1.14
Rev: src/nettle/ChangeLog:1.216
Rev: src/nettle/NEWS:1.12
parent 121313f4
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ config.status ...@@ -17,6 +17,7 @@ config.status
configure configure
desdata desdata
keymap.h keymap.h
nettle-types.h
nettle.aux nettle.aux
nettle.cp nettle.cp
nettle.cps nettle.cps
......
...@@ -49,6 +49,7 @@ core ...@@ -49,6 +49,7 @@ core
/configure /configure
/desdata /desdata
/keymap.h /keymap.h
/nettle-types.h
/nettle.aux /nettle.aux
/nettle.cp /nettle.cp
/nettle.cps /nettle.cps
......
2004-01-07 Niels Mller <nisse@harpo.hack.org>
* nettle-types.h: New (generated) file, to be used instead of
including <inttypes.h> directly. Updated all users of inttypes.h.
* Makefile.am (DISTCLEANFILES, libnettleinclude_HEADERS): Added
nettle-types.h.
* configure.ac (AX_CREATE_STDINT_H): Create nettle-types.h.
2003-11-16 Niels Mller <nisse@harpo.hack.org> 2003-11-16 Niels Mller <nisse@harpo.hack.org>
* yarrow256.c (yarrow256_seed): Use const for the seed_file input. * yarrow256.c (yarrow256_seed): Use const for the seed_file input.
......
NEWS for the 1.8 release NEWS for the 1.8 release
Uses AX_CREATE_STDINT_H, to support systems without
inttypes.h.
New name mangling, to reduce the risk of link collisions. All New name mangling, to reduce the risk of link collisions. All
functions (except memxor) now use a nettle_ or _nettle prefix functions (except memxor) now use a nettle_ or _nettle prefix
when seen by the linker. For most functions, the header file when seen by the linker. For most functions, the header file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment