Re: [FFmpeg-devel] [PATCH] avformat/gnutls: Use the systems default crypto policy

2022-02-14 Thread Anton Khirnov
Quoting Andreas Schneider (2022-02-11 08:34:14) > We should use the systems crypto policy by default. If there is no > system policy, gnutls will use the "NORMAL" policy. > > Signed-off-by: Andreas Schneider > --- > libavformat/tls_gnutls.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[FFmpeg-devel] [PATCH] avformat/gnutls: Use the systems default crypto policy

2022-02-10 Thread Andreas Schneider
We should use the systems crypto policy by default. If there is no system policy, gnutls will use the "NORMAL" policy. Signed-off-by: Andreas Schneider --- libavformat/tls_gnutls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/tls_gnutls.c b/libavformat/tls_gnut