1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

Revert "libavformat: add mbedTLS based TLS"

This reverts commit 62f5c9d68b,
which was pushed a bit prematurely.
This commit is contained in:
Rostislav Pehlivanov
2018-04-23 20:28:50 +01:00
parent 62f5c9d68b
commit 4ac0ff8ec2
7 changed files with 10 additions and 436 deletions

View File

@@ -40,11 +40,6 @@ typedef gcry_mpi_t FFBigNum;
#include <openssl/dh.h>
typedef BIGNUM *FFBigNum;
#elif CONFIG_MBEDTLS
#include <mbedtls/bignum.h>
typedef mbedtls_mpi *FFBigNum;
#endif
typedef struct FF_DH {