X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_gcrypt.h;fp=include%2Fvlc_gcrypt.h;h=85029109348e0d6b9c27ffeac4d35c0c8dbdec97;hb=ebd800345f87349ff51971ae88c56cb439da4dcf;hp=3a2e631b01fde0f8efbe9edfb807e7853909bf3a;hpb=d3c3e6a850ed86dc54e519ec90b1ad57845620ce;p=vlc diff --git a/include/vlc_gcrypt.h b/include/vlc_gcrypt.h index 3a2e631b01..8502910934 100644 --- a/include/vlc_gcrypt.h +++ b/include/vlc_gcrypt.h @@ -18,6 +18,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ +/** + * \file + * This file implements gcrypt support functions in vlc + */ + #ifdef LIBVLC_USE_PTHREAD /** * If possible, use gcrypt-provided thread implementation. This is so that @@ -26,6 +31,7 @@ GCRY_THREAD_OPTION_PTHREAD_IMPL; # define gcry_threads_vlc gcry_threads_pthread #else + /** * gcrypt thread option VLC implementation */