We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00af447 commit 15c2f76Copy full SHA for 15c2f76
include/mbedtls/blowfish.h
@@ -55,7 +55,7 @@ extern "C" {
55
/**
56
* \brief Blowfish context structure
57
*/
58
-typedef struct
+typedef struct mbedtls_blowfish_context
59
{
60
uint32_t P[MBEDTLS_BLOWFISH_ROUNDS + 2]; /*!< Blowfish round keys */
61
uint32_t S[4][256]; /*!< key dependent S-boxes */
0 commit comments