X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_tls.h;h=84d59538b615b50667463da4978f50f58b165588;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=ea78bb9cb2a764811ef204c7a190dd2a0e272519;hpb=56aa5d3ff9edff798a38eb996493796bca008c50;p=vlc diff --git a/include/vlc_tls.h b/include/vlc_tls.h index ea78bb9cb2..84d59538b6 100644 --- a/include/vlc_tls.h +++ b/include/vlc_tls.h @@ -21,12 +21,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#if !defined( __LIBVLC__ ) - #error You are not libvlc or one of its plugins. You cannot include this file -#endif +#ifndef VLC_TLS_H +# define VLC_TLS_H -#ifndef _VLC_TLS_H -# define _VLC_TLS_H +/** + * \file + * This file defines Transport Layer Security API (TLS) in vlc + */ # include