Changeset 99ba0547f4fa6b89b1031a99f0f46045d49b50dc
- 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
| r6da90a1 |
r99ba054 |
|
| 49 | 49 | #include <vlc_stream.h> |
|---|
| 50 | 50 | #include <vlc_interface.h> |
|---|
| | 51 | #include <vlc_gcrypt.h> |
|---|
| 51 | 52 | |
|---|
| 52 | 53 | |
|---|
| … | … | |
| 854 | 855 | |
|---|
| 855 | 856 | p_update->p_pkey = NULL; |
|---|
| | 857 | vlc_gcrypt_init(); |
|---|
| 856 | 858 | |
|---|
| 857 | 859 | return p_update; |
|---|