From: Simon Josefsson Date: Thu, 21 Apr 2005 21:59:50 +0000 (+0000) Subject: Make it compile. X-Git-Tag: gnutls_1_2_2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a862c4036c63ef4b5d06bf55d75eb47e6162034;p=thirdparty%2Fgnutls.git Make it compile. --- diff --git a/lib/gnutls_alert.c b/lib/gnutls_alert.c index e1398a8f4d..7ebc86f271 100644 --- a/lib/gnutls_alert.c +++ b/lib/gnutls_alert.c @@ -82,7 +82,7 @@ static const gnutls_alert_entry sup_alerts[] = { * See gnutls_alert_get(). * **/ -const char *gnutls_alert_get_name(gnutls_alert_level_t alert) +const char *gnutls_alert_get_name(gnutls_alert_description_t alert) { const char *ret = NULL;