fix for rsa_rsassa_pkcs1_v15_sign

This commit is contained in:
NIIBE Yutaka 2013-03-19 15:47:56 +09:00
parent a5f4068872
commit dae09f62ce

View File

@ -490,7 +490,7 @@ int rsa_rsassa_pss_sign( rsa_context *ctx,
int hash_id,
unsigned int hashlen,
const unsigned char *hash,
const unsigned char *sig );
unsigned char *sig );
/**
* \brief Generic wrapper to perform a PKCS#1 verification using the