Browse Source

Merge commit 'e368b0cbfa3fdc627c331e34556f8e39296d04d5'

* commit 'e368b0cbfa3fdc627c331e34556f8e39296d04d5':
  tls_mbedtls: Use non-deprecated header file

Merged-by: James Almer <jamrial@gmail.com>
tags/n4.1
James Almer 6 years ago
parent
commit
fb4a12cda4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/tls_mbedtls.c

+ 1
- 1
libavformat/tls_mbedtls.c View File

@@ -23,7 +23,7 @@
#include <mbedtls/config.h> #include <mbedtls/config.h>
#include <mbedtls/ctr_drbg.h> #include <mbedtls/ctr_drbg.h>
#include <mbedtls/entropy.h> #include <mbedtls/entropy.h>
#include <mbedtls/net.h>
#include <mbedtls/net_sockets.h>
#include <mbedtls/platform.h> #include <mbedtls/platform.h>
#include <mbedtls/ssl.h> #include <mbedtls/ssl.h>
#include <mbedtls/x509_crt.h> #include <mbedtls/x509_crt.h>


Loading…
Cancel
Save