This website requires JavaScript.
Explore
Help
Sign In
External
/
libvirt
Watch
1
Star
0
Fork
0
You've already forked libvirt
mirror of
https://gitlab.com/libvirt/libvirt.git
synced
2024-12-24 22:55:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c90e545f83
libvirt
/
build-aux
/
.gitignore
4 lines
27 B
Plaintext
Raw
Normal View
History
Unescape
Escape
maint: remove from VC two gnulib-provided files * build-aux/link-warning.h: Remove file from version control. * build-aux/mktempd: Likewise. * build-aux/.gitignore: Adjust.
2009-12-15 08:20:02 +00:00
*
Initialize gcrypt threading GNUTLS uses gcrypt for its crypto functions. gcrypt requires that the app/library initializes threading before using it. We don't want to force apps using libvirt to know about gcrypt, so we make virInitialize init threading on their behalf. This location also ensures libvirtd has initialized it correctly. This initialization is required even if libvirt itself were only using one thread, since another non-libvirt library (eg GTK-VNC) could also be using gcrypt from another thread * src/libvirt.c: Register thread functions for gcrypt * configure.in: Add -lgcrypt to linker flags
2009-07-17 19:20:08 +00:00
/link-warning.h
/mktempd
Reference in New Issue
Copy Permalink