Gnuk specific change to rsa

This commit is contained in:
NIIBE Yutaka
2013-03-19 15:12:01 +09:00
parent a4ada581c2
commit fbcbf1b341

View File

@@ -438,6 +438,7 @@ int rsa_rsaes_oaep_encrypt( rsa_context *ctx,
}
#endif /* POLARSSL_PKCS1_V21 */
#if 0
/*
* Implementation of the PKCS#1 v2.1 RSAES-PKCS1-V1_5-ENCRYPT function
*/
@@ -525,6 +526,7 @@ int rsa_pkcs1_encrypt( rsa_context *ctx,
return( POLARSSL_ERR_RSA_INVALID_PADDING );
}
}
#endif
#if defined(POLARSSL_PKCS1_V21)
/*