You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
458 B
13 lines
458 B
7 years ago
|
diff -up openssl-1.0.1e/apps/s_server.c.sn-case openssl-1.0.1e/apps/s_server.c
|
||
|
--- openssl-1.0.1e/apps/s_server.c.sn-case 2014-09-17 15:31:51.000000000 +0200
|
||
|
+++ openssl-1.0.1e/apps/s_server.c 2014-09-17 15:43:04.619321492 +0200
|
||
|
@@ -744,7 +744,7 @@ static int MS_CALLBACK ssl_servername_cb
|
||
|
|
||
|
if (servername)
|
||
|
{
|
||
|
- if (strcmp(servername,p->servername))
|
||
|
+ if (strcasecmp(servername,p->servername))
|
||
|
return p->extension_error;
|
||
|
if (ctx2)
|
||
|
{
|