From dae09f62ce4bd5721eb8930d79f93eef3532d55a Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 19 Mar 2013 15:47:56 +0900 Subject: [PATCH] fix for rsa_rsassa_pkcs1_v15_sign --- polarssl/include/polarssl/rsa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polarssl/include/polarssl/rsa.h b/polarssl/include/polarssl/rsa.h index c7b74d4..70e0220 100644 --- a/polarssl/include/polarssl/rsa.h +++ b/polarssl/include/polarssl/rsa.h @@ -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