From 9a0670ad01e00ab01cfb4f308f1b124941968fa2 Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 28 Nov 2006 23:45:57 +0000 Subject: XML signature improvements --- nanohttp/nanohttp-server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-server.c') diff --git a/nanohttp/nanohttp-server.c b/nanohttp/nanohttp-server.c index 8c16e5f..4c31421 100644 --- a/nanohttp/nanohttp-server.c +++ b/nanohttp/nanohttp-server.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: nanohttp-server.c,v 1.70 2006/11/27 12:47:27 m0gg Exp $ +* $Id: nanohttp-server.c,v 1.71 2006/11/28 23:45:57 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -558,7 +558,7 @@ _httpd_decode_authorization(const char *value, char **user, char **pass) log_verbose2("Authorization (base64) = \"%s\"", value); - base64_decode(value, tmp); + base64_decode_string(value, tmp); log_verbose2("Authorization (ascii) = \"%s\"", tmp); -- cgit v1.1-32-gdbae