From c24d247e2c2ccd13fda09fe4194bf2ff0eb42256 Mon Sep 17 00:00:00 2001 From: Thomas Volkert Date: Sat, 21 Apr 2018 15:53:31 +0200 Subject: libavformat: add mbedTLS based TLS Signed-off-by: James Almer --- libavformat/rtmpdh.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavformat/rtmpdh.h') diff --git a/libavformat/rtmpdh.h b/libavformat/rtmpdh.h index 188aad7a45..8cc1a42b63 100644 --- a/libavformat/rtmpdh.h +++ b/libavformat/rtmpdh.h @@ -40,6 +40,11 @@ typedef gcry_mpi_t FFBigNum; #include typedef BIGNUM *FFBigNum; +#elif CONFIG_MBEDTLS +#include + +typedef mbedtls_mpi *FFBigNum; + #endif typedef struct FF_DH { -- cgit v1.2.3