fix API of RSA

This commit is contained in:
NIIBE Yutaka
2012-05-29 11:53:50 +09:00
parent cc95fff074
commit f8bb88227a
3 changed files with 5 additions and 2 deletions

View File

@@ -330,7 +330,7 @@ int rsa_pkcs1_verify( rsa_context *ctx,
int hash_id,
int hashlen,
const unsigned char *hash,
unsigned char *sig );
const unsigned char *sig );
/**
* \brief Free the components of an RSA key