Changeset 139e1efe6e86ac2f9323fbf243ad0b4ec2401d6a

Show
Ignore:
Timestamp:
15/09/07 17:45:09 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1189871109 +0000
git-parent:

[ef3e359a79ba8ca426719e1524e680985b99067b]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1189871109 +0000
Message:

typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/misc/gnutls.c

    rc819aa9 r139e1ef  
    9191    add_bool( "tls-check-cert", VLC_TRUE, NULL, CHECK_CERT_TEXT, 
    9292              CHECK_CERT_LONGTEXT, VLC_FALSE ); 
    93     add_deprecated_bool( "tls-check-hostname" ); 
     93    add_obsolete_bool( "tls-check-hostname" ); 
    9494 
    9595    add_integer( "gnutls-dh-bits", DH_BITS, NULL, DH_BITS_TEXT,