mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
5e2fe4afaa
libcrypt no longer supports setting our own threading callbacks, and is thread-safe if we call gcry_check_version() before creating threads. Unfortunately we can't guarantee that we call gcry_check_version() early enough, we try our best. Most of the callers of libsecret either don't use libgcrypt, or also initialize it appropriately themselves. Bump libgcrypt dependency to 1.4.5+, and have earlier versions use the native pthread implementation of locking. |
||
---|---|---|
.. | ||
egg-dh.c | ||
egg-dh.h | ||
egg-hex.c | ||
egg-hex.h | ||
egg-hkdf.c | ||
egg-hkdf.h | ||
egg-libgcrypt.c | ||
egg-libgcrypt.h | ||
egg-secure-memory.c | ||
egg-secure-memory.h | ||
egg-testing.c | ||
egg-testing.h | ||
Makefile.am | ||
test-dh.c | ||
test-hex.c | ||
test-hkdf.c | ||
test-secmem.c |