From: Nikos Mavrogiannopoulos Date: Mon, 28 Oct 2002 08:26:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_5_11~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9eb184f76bf2a5632ea2cbc2564686a17e907792;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/lib/gnutls_errors.c b/lib/gnutls_errors.c index 57091a437a..72a0df0e92 100644 --- a/lib/gnutls_errors.c +++ b/lib/gnutls_errors.c @@ -62,7 +62,7 @@ static gnutls_error_entry error_algorithms[] = { ERROR_ENTRY("An error was encountered at the TLS Finished packet calculation.", GNUTLS_E_ERROR_IN_FINISHED_PACKET, 1 ), ERROR_ENTRY("The peer did not send any certificate.", GNUTLS_E_NO_CERTIFICATE_FOUND, 1 ), - ERROR_ENTRY("No temporary RSA parameters were found. You should generate them.", GNUTLS_E_NO_TEMPORARY_RSA_PARAMS, 1 ), + ERROR_ENTRY("No temporary RSA parameters were found.", GNUTLS_E_NO_TEMPORARY_RSA_PARAMS, 1 ), ERROR_ENTRY("An unexpected TLS handshake packet was received.", GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET, 1 ), ERROR_ENTRY("The scanning of a large integer has failed.", GNUTLS_E_MPI_SCAN_FAILED, 1 ), ERROR_ENTRY("The printing of a large integer has failed.", GNUTLS_E_MPI_PRINT_FAILED, 1 ),