From 0c571040e2f0b9735c649463881d3498e58a010e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 24 Aug 2000 06:11:27 +0000 Subject: Update. * crypt/md5-crypt.c (free_mem): Fix typo (constructor -> destructor). Reported by Solar Designer . --- crypt/md5-crypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypt') diff --git a/crypt/md5-crypt.c b/crypt/md5-crypt.c index 66eda28d0c..2ca1021307 100644 --- a/crypt/md5-crypt.c +++ b/crypt/md5-crypt.c @@ -257,7 +257,7 @@ __md5_crypt (const char *key, const char *salt) static void -__attribute__ ((__constructor__)) +__attribute__ ((__destructor__)) free_mem (void) { free (buffer); -- cgit v1.2.3