fix for OPENSSL_NO_EC
PR: 1293
This commit is contained in:
@@ -384,9 +384,9 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, in
|
|||||||
fprintf(stderr,"\n");
|
fprintf(stderr,"\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#endif /* OPENSSL_NO_EC */
|
||||||
data+=size;
|
data+=size;
|
||||||
}
|
}
|
||||||
#endif /* OPENSSL_NO_EC */
|
|
||||||
|
|
||||||
*p = data;
|
*p = data;
|
||||||
return 1;
|
return 1;
|
||||||
@@ -455,10 +455,9 @@ int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **p, unsigned char *d, in
|
|||||||
fprintf(stderr,"\n");
|
fprintf(stderr,"\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#endif /* OPENSSL_NO_EC */
|
||||||
data+=size;
|
data+=size;
|
||||||
}
|
}
|
||||||
#endif /* OPENSSL_NO_EC */
|
|
||||||
|
|
||||||
if (data != d+n)
|
if (data != d+n)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user