From 7ba666fa0e2c04b97e4db2b0eac877b7e89215de Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 8 Dec 2002 02:41:11 +0000 Subject: Since it's defined in draft-ietf-tls-compression-04.txt, let's make ZLIB a known compression method, with the identity 1. --- ssl/ssl_err.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ssl/ssl_err.c') diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c index f891e74f88..b9a50b8e63 100644 --- a/ssl/ssl_err.c +++ b/ssl/ssl_err.c @@ -261,6 +261,7 @@ static ERR_STRING_DATA SSL_str_reasons[]= {SSL_R_CIPHER_TABLE_SRC_ERROR ,"cipher table src error"}, {SSL_R_COMPRESSED_LENGTH_TOO_LONG ,"compressed length too long"}, {SSL_R_COMPRESSION_FAILURE ,"compression failure"}, +{SSL_R_COMPRESSION_ID_NOT_WITHIN_PRIVATE_RANGE,"compression id not within private range"}, {SSL_R_COMPRESSION_LIBRARY_ERROR ,"compression library error"}, {SSL_R_CONNECTION_ID_IS_DIFFERENT ,"connection id is different"}, {SSL_R_CONNECTION_TYPE_NOT_SET ,"connection type not set"}, -- cgit v1.2.3