Skip to content

Commit

Permalink
gnutls: require same version as configure checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Sep 29, 2012
1 parent 85c0357 commit 88a0f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/misc/gnutls.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static int gnutls_Init (vlc_object_t *p_this)
goto error;
}

const char *psz_version = gnutls_check_version ("2.0.0");
const char *psz_version = gnutls_check_version ("2.6.6");
if (psz_version == NULL)
{
msg_Err (p_this, "unsupported GnuTLS version");
Expand Down

0 comments on commit 88a0f93

Please sign in to comment.