1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-18 15:20:56 +03:00

mbedtls: include version.h for MBEDTLS_VERSION_NUMBER

Older (2021 or earlier?) mbedTLS releases require this.

Reported-by: rahmanih on Github
Fixes #1094
Closes #1095
This commit is contained in:
Viktor Szakats
2023-06-16 10:34:56 +00:00
parent 82d1b8ff47
commit 9d7bc25306

View File

@@ -41,6 +41,7 @@
#define LIBSSH2_CRYPTO_ENGINE libssh2_mbedtls
#include <mbedtls/version.h>
#include <mbedtls/platform.h>
#include <mbedtls/md.h>
#include <mbedtls/rsa.h>