call get_keysize with const rsa_private_key_t*

This commit is contained in:
Andreas Steffen 2007-10-11 11:36:37 +00:00
parent 5ff927425f
commit 86150b684d

View File

@ -98,7 +98,7 @@ struct rsa_private_key_t {
* @param this calling object * @param this calling object
* @return size of the modulus (n) in bytes * @return size of the modulus (n) in bytes
*/ */
size_t (*get_keysize) (rsa_private_key_t *this); size_t (*get_keysize) (const rsa_private_key_t *this);
/** /**