]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tls_securetransport.c
Merge commit 'd4066a702407352a0648af882c34ea81a404fa2b'
[ffmpeg] / libavformat / tls_securetransport.c
index a26b9694cd85eee134c4d037e5f184a973e83a50..253c89c5ab29b63d1dccc36c0b9a8d4aa5c70939 100644 (file)
@@ -83,7 +83,7 @@ static int import_pem(URLContext *h, char *path, CFArrayRef *array)
 
     if ((ret = ffio_open_whitelist(&s, path, AVIO_FLAG_READ,
                                    &h->interrupt_callback, NULL,
-                                   h->protocol_whitelist)) < 0)
+                                   h->protocol_whitelist, h->protocol_blacklist)) < 0)
         goto end;
 
     if ((ret = avio_size(s)) < 0)