Changeset 99ba0547f4fa6b89b1031a99f0f46045d49b50dc

Show
Ignore:
Timestamp:
05/04/08 13:39:50 (2 weeks ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1209901190 +0300
git-parent:

[e2133869a6dd73b22775d826729b6033131d98f3]

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

update check: Initialize gcrypt threading - fixes #1483

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/update.c

    r6da90a1 r99ba054  
    4949#include <vlc_stream.h> 
    5050#include <vlc_interface.h> 
     51#include <vlc_gcrypt.h> 
    5152 
    5253 
     
    854855 
    855856    p_update->p_pkey = NULL; 
     857    vlc_gcrypt_init(); 
    856858 
    857859    return p_update;