mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-05 11:14:18 +02:00
Fix for typo in atmel PK callbacks from PR #2199.
This commit is contained in:
@@ -736,7 +736,7 @@ exit:
|
||||
* \brief Verify signature received from peers to prove peer's private key.
|
||||
*/
|
||||
int atcatls_verify_signature_cb(WOLFSSL* ssl, const byte* sig, unsigned int sigSz,
|
||||
const byte* hash, word32 unsigned int, const byte* key, unsigned int keySz, int* result,
|
||||
const byte* hash, unsigned int hashSz, const byte* key, unsigned int keySz, int* result,
|
||||
void* ctx)
|
||||
{
|
||||
int ret;
|
||||
|
||||
Reference in New Issue
Block a user