Respond to CR.

This commit is contained in:
Matthew Chen 2018-09-19 15:09:11 -04:00
parent e4efb719c8
commit bdfd99737a

View File

@ -86,7 +86,6 @@ int curve25519_verify(const unsigned char* signature,
}
if ((verifybuf2 = malloc(msg_len + 64)) == 0) {
free(verifybuf);
result = -1;
goto err;
}