Commit 626630b5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

gnutls.c: add shortname

parent f2a75b79
......@@ -2,7 +2,7 @@
* tls.c
*****************************************************************************
* Copyright (C) 2004-2005 VideoLAN
* $Id: httpd.c 8263 2004-07-24 09:06:58Z courmisch $
* $Id$
*
* Authors: Remi Denis-Courmont <courmisch@via.ecp.fr>
*
......@@ -75,6 +75,7 @@ static void Close( vlc_object_t * );
"Ensures that server hostname in certificate match requested host name." )
vlc_module_begin();
set_shortname( "GnuTLS" );
set_description( _("GnuTLS TLS encryption layer") );
set_capability( "tls", 1 );
set_callbacks( Open, Close );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment