X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fstatem%2Fstatem_srvr.c;h=27f12873f382d2df363271ee9fb147d6495730fe;hp=4bb22e5543da5b64bd34e279c6569d49a67ceb56;hb=8fdc99cb5dbf1a79b106cc635c82f59956e39108;hpb=8483a003bfca5fac61cda3daea4db2ca20d10ef2 diff --git a/ssl/statem/statem_srvr.c b/ssl/statem/statem_srvr.c index 4bb22e5543..27f12873f3 100644 --- a/ssl/statem/statem_srvr.c +++ b/ssl/statem/statem_srvr.c @@ -1376,7 +1376,7 @@ MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt) if (k >= complen) { al = SSL_AD_ILLEGAL_PARAMETER; SSLerr(SSL_F_TLS_PROCESS_CLIENT_HELLO, - SSL_R_REQUIRED_COMPRESSSION_ALGORITHM_MISSING); + SSL_R_REQUIRED_COMPRESSION_ALGORITHM_MISSING); goto f_err; } } else if (s->hit)