diff options
Diffstat (limited to 'cipher/rsa.c')
-rw-r--r-- | cipher/rsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rsa.c b/cipher/rsa.c index e8d404732..9e6343f4f 100644 --- a/cipher/rsa.c +++ b/cipher/rsa.c @@ -87,7 +87,7 @@ test_keys( RSA_secret_key *sk, unsigned nbits ) /**************** * Generate a key pair with a key of size NBITS - * Returns: 2 structures filles with all needed values + * Returns: 2 structures filled with all needed values */ static void generate( RSA_secret_key *sk, unsigned nbits ) |