forked from wolfSSL/wolfssl
Update src/ssl_load.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@ -1020,8 +1020,7 @@ static int ProcessBufferTryDecodeDilithium(WOLFSSL_CTX* ctx, WOLFSSL* ssl,
|
|||||||
}
|
}
|
||||||
else if (*keyFormat == 0) {
|
else if (*keyFormat == 0) {
|
||||||
WOLFSSL_MSG("Not a Dilithium key");
|
WOLFSSL_MSG("Not a Dilithium key");
|
||||||
/* Unknowun format was not dilithium, so keep trying other formats. */
|
/* Unknown format was not dilithium, so keep trying other formats. */
|
||||||
ret = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Free dynamically allocated data in key. */
|
/* Free dynamically allocated data in key. */
|
||||||
|
Reference in New Issue
Block a user