mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
Revert "libavformat: add mbedTLS based TLS"
This reverts commit 62f5c9d68b,
which was pushed a bit prematurely.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user