]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 28 Oct 2002 08:26:14 +0000 (08:26 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 28 Oct 2002 08:26:14 +0000 (08:26 +0000)
lib/gnutls_errors.c

index 57091a437a12870f10085f0928d4f0827c415477..72a0df0e923143cf97a2a1a40028c9b2b42f40f9 100644 (file)
@@ -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 ),