You've already forked FFmpeg
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:
@@ -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