From ee67dd61bc032576eec6a1026673572addc6ea4d Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 12 Mar 2019 13:23:17 +0100 Subject: [PATCH] Fix Doxygen warnings --- include/psa/crypto.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/psa/crypto.h b/include/psa/crypto.h index 05834b0e9..bdbbc1f26 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h @@ -2896,10 +2896,8 @@ psa_status_t psa_generator_read(psa_crypto_generator_t *generator, * The following key types defined in this specification follow this scheme: * * - #PSA_KEY_TYPE_AES; - * - #PSA_KEY_TYPE_ARIA; * - #PSA_KEY_TYPE_ARC4; * - #PSA_KEY_TYPE_CAMELLIA; - * - #PSA_KEY_TYPE_CHACHAPOLY; * - #PSA_KEY_TYPE_DERIVE; * - #PSA_KEY_TYPE_HMAC. * @@ -2962,8 +2960,7 @@ psa_status_t psa_generator_read(psa_crypto_generator_t *generator, * psa_allocate_key() or psa_create_key() and must * not contain key material yet. * \param type Key type (a \c PSA_KEY_TYPE_XXX value). - * This must be a secret key type or a key pair type - * . + * This must be a secret key type or a key pair type. * \param bits Key size in bits. * \param[in,out] generator The generator object to read from. *