Fix for typo in atmel PK callbacks from PR #2199.

This commit is contained in:
David Garske
2019-04-11 06:02:37 -07:00
parent b6fcbe8436
commit 1d023b344d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;