Skip to content

Commit 15c2f76

Browse files
committed
Allow to forward declare of mbedtls_blowfish_context Mbed-TLS#1215
1 parent 00af447 commit 15c2f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mbedtls/blowfish.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extern "C" {
5555
/**
5656
* \brief Blowfish context structure
5757
*/
58-
typedef struct
58+
typedef struct mbedtls_blowfish_context
5959
{
6060
uint32_t P[MBEDTLS_BLOWFISH_ROUNDS + 2]; /*!< Blowfish round keys */
6161
uint32_t S[4][256]; /*!< key dependent S-boxes */

0 commit comments

Comments
 (0)