From: Niels Möller Date: Thu, 5 Jul 2012 20:38:55 +0000 (+0200) Subject: Typo fixes to old entries. X-Git-Tag: nettle_2.5_release_20120707~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b212a74493a6c913df46bbfff7173148dbb53bf;p=thirdparty%2Fnettle.git Typo fixes to old entries. --- diff --git a/ChangeLog b/ChangeLog index 456920a1..999c1b66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -104,7 +104,7 @@ * nettle-types.h (_STDINT_HAVE_INT_FAST32_T): Define here, to force nettle-stdint.h to not try to define the int_fast*_t types. - Avoids compilation gnutls problems on SunOS-5.8, where the + Avoids compilation problems with gnutls on SunOS-5.8, where the definitions here collide with gnulib's. 2012-04-23 Niels Möller @@ -289,7 +289,7 @@ * Makefile.in (soname link): Fixed logic. (nettle_SOURCES): Removed nettle-internal.c, so that it's not - parrt of the library... + part of the library... (internal_SOURCES): ...and put it here. * testsuite/Makefile.in (TEST_OBJS): Added ../nettle-internal.o. * examples/Makefile.in (BENCH_OBJS): New variable, to simplify the