From: Simon Josefsson Date: Sun, 15 Aug 2004 20:23:57 +0000 (+0000) Subject: Fix. X-Git-Tag: gnutls_1_0_20~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62cc9fb80cbbdfe1834ffc39f7fe6a99e949f339;p=thirdparty%2Fgnutls.git Fix. --- diff --git a/lib/gnutls_cipher_int.c b/lib/gnutls_cipher_int.c index 4c32aeff03..5841be7797 100644 --- a/lib/gnutls_cipher_int.c +++ b/lib/gnutls_cipher_int.c @@ -73,7 +73,7 @@ cipher_hd_t _gnutls_cipher_init(gnutls_cipher_algorithm_t cipher, gc_cipher_setiv(ret, iv->data, iv->size); } else if (cipher != GNUTLS_CIPHER_NULL) { gnutls_assert(); - _gnutls_x509_log("Crypto cipher error [%d]\n", cipher, err); + _gnutls_x509_log("Crypto cipher[%d] error: %d\n", cipher, err); /* FIXME: gc_strerror */ }