anged, 32 insertions(+), 22 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a89dd0a..dfd70fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2012-11-08 Paul Eggert
+
+ arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
+ * lib/arctwo.c (to_uchar):
+
Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> Hi Simon,
>> +#define arctwo_setkey(context,keylen,key) \
>> + arctwo_setkey_ekb (context, keylen, key, 8 * keylen)
>
> Ouch. `8 * (keylen)' would be safer.
Thanks, Ralf. I have installed this.
___
bug-
Hi Simon,
* Simon Josefsson wrote on Fri, Oct 21, 2005 at 02:02:58PM CEST:
> I have installed this.
A quick glance showed up the nit below.
Cheers,
Ralf
*snip*
> Index: lib/arctwo.h
> ===
> RCS file: lib/arctwo.h
> diff -N lib/arct
:14 -
@@ -1,3 +1,13 @@
+2005-10-21 Simon Josefsson <[EMAIL PROTECTED]>
+
+ * modules/arctwo, modules/arctwo-tests: New files.
+
+ * tests/test-arctwo.c: New file.
+
+ * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
+
+ * tests/test-gc-arctwo.c: New file.
+
DEFUN([gl_ARCTWO],
+[
+ AC_LIBSOURCES([arctwo.c, arctwo.h])
+ AC_LIBOBJ([arctwo])
+])
Index: lib/arctwo.c
===
RCS file: lib/arctwo.c
diff -N lib/arctwo.c
--- /dev/null 1 Jan 1970 00:00:00 -
+++ lib/arctwo.c17 Oct 2005