From 5f97f6226b42d0faf16c3d4ca551c8050f700079 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 6 Mar 2001 21:34:56 +0000 Subject: Redone so as to save on memory allocations and speed. 2001-03-06 Jeffrey Stedfast * camel-sasl-digest-md5.c (compute_response): Redone so as to save on memory allocations and speed. svn path=/trunk/; revision=8573 --- camel/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 802f264de5..5cdf92a664 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2001-03-06 Jeffrey Stedfast + + * camel-sasl-digest-md5.c (compute_response): Redone so as to save + on memory allocations and speed. + 2001-03-05 Jeffrey Stedfast * camel-sasl-plain.c (plain_challenge): Don't return NULL if the -- cgit