Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

[PATCH] rsa_verify_mbedtls: add missing include

8 views
Skip to first unread message

Daniel Braunwarth

unread,
Jan 4, 2025, 12:59:05 PMJan 4
to swup...@googlegroups.com, Daniel Braunwarth
To be able to use MBEDTLS_VERSION_NUMBER in older versions of Mbed TLS
we need to include mbedtls/version.h explicitly.

Signed-off-by: Daniel Braunwarth <o...@braunwarth.dev>
---
corelib/verify_signature_mbedtls.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/corelib/verify_signature_mbedtls.c b/corelib/verify_signature_mbedtls.c
index 33ee6bd..607ac46 100644
--- a/corelib/verify_signature_mbedtls.c
+++ b/corelib/verify_signature_mbedtls.c
@@ -4,6 +4,7 @@

#include <ctype.h>
#include <errno.h>
+#include <mbedtls/version.h>
#include <stdlib.h>

#include "sslapi.h"
--
2.45.2

Reply all
Reply to author
Forward
0 new messages