mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Fix missing-prototype errors in sample programs
Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
committed by
Minos Galanakis
parent
41a686bb9f
commit
6fa32fd12d
@ -79,7 +79,7 @@ const unsigned char key_bytes[32] = { 0 };
|
||||
* This function demonstrates computation of the HMAC of two messages using
|
||||
* the multipart API.
|
||||
*/
|
||||
int hmac_demo(void)
|
||||
static int hmac_demo(void)
|
||||
{
|
||||
int ret;
|
||||
const mbedtls_md_type_t alg = MBEDTLS_MD_SHA256;
|
||||
|
Reference in New Issue
Block a user