forked from wolfSSL/wolfssl
fix github issue #127
This commit is contained in:
@@ -1467,6 +1467,9 @@ int TLSX_ValidateEllipticCurves(CYASSL* ssl, byte first, byte second) {
|
|||||||
int sig = 0; /* valitade signature */
|
int sig = 0; /* valitade signature */
|
||||||
int key = 0; /* validate key */
|
int key = 0; /* validate key */
|
||||||
|
|
||||||
|
(void)oid;
|
||||||
|
(void)octets;
|
||||||
|
|
||||||
if (!extension)
|
if (!extension)
|
||||||
return 1; /* no suite restriction */
|
return 1; /* no suite restriction */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user