Skip to content

Commit 73907f8

Browse files
author
Hanno Becker
committed
Improve wording in documentation of mbedtls_cipher_setup()
1 parent f28d344 commit 73907f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/mbedtls/cipher.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,8 @@ void mbedtls_cipher_free( mbedtls_cipher_context_t *ctx );
394394

395395

396396
/**
397-
* \brief This function initializes and fills the cipher-context
398-
* structure with the appropriate values. It also clears
399-
* the structure.
397+
* \brief This function initializes a cipher context for
398+
* use with the given cipher primitive.
400399
*
401400
* \param ctx The context to initialize. May not be NULL.
402401
* \param cipher_info The cipher to use.

0 commit comments

Comments
 (0)