Skip to content

Commit

Permalink
Allow to forward declare of mbedtls_blowfish_context Mbed-TLS#1215
Browse files Browse the repository at this point in the history
  • Loading branch information
gelldur committed Jul 13, 2018
1 parent 00af447 commit 15c2f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mbedtls/blowfish.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ extern "C" {
/**
* \brief Blowfish context structure
*/
typedef struct
typedef struct mbedtls_blowfish_context
{
uint32_t P[MBEDTLS_BLOWFISH_ROUNDS + 2]; /*!< Blowfish round keys */
uint32_t S[4][256]; /*!< key dependent S-boxes */
Expand Down

0 comments on commit 15c2f76

Please sign in to comment.