diff options
Diffstat (limited to 'Source/charon/transforms/rsa/rsa_public_key.h')
-rw-r--r-- | Source/charon/transforms/rsa/rsa_public_key.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/transforms/rsa/rsa_public_key.h b/Source/charon/transforms/rsa/rsa_public_key.h index 657f7f5a6..a4671b148 100644 --- a/Source/charon/transforms/rsa/rsa_public_key.h +++ b/Source/charon/transforms/rsa/rsa_public_key.h @@ -49,7 +49,7 @@ typedef struct rsa_public_key_t rsa_public_key_t; struct rsa_public_key_t { /** - * @bief Verify a EMSA-PKCS1 encodined signature. + * @brief Verify a EMSA-PKCS1 encodined signature. * * Processes the supplied signature with the RSAVP1 function, * selects the hash algorithm form the resultign ASN1-OID and |