Fix error in gpg signature verification function. Gcrypt is responsible for...
Fix error in gpg signature verification function. Gcrypt is responsible for freeing the value returned by gcry_md_read, so we shouldn't free it ourselves but use gcry_md_close instead.
Showing
Please register or sign in to comment