mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
call get_keysize with const rsa_private_key_t*
This commit is contained in:
parent
5ff927425f
commit
86150b684d
@ -98,7 +98,7 @@ struct rsa_private_key_t {
|
||||
* @param this calling object
|
||||
* @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);
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user