diff options
author | Martin Willi <martin@revosec.ch> | 2014-07-01 10:33:25 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-07-01 12:23:19 +0200 |
commit | 6fb12832420ad7f2c4a999f356e336bb7a6be9f6 (patch) | |
tree | bead607b5e2db3476a86f9fcb7fb790a7dd121a7 /src/libcharon/plugins/unity/unity_provider.h | |
parent | 8b123d2e4a48412a18dc2bb68f2437f4dd53f12a (diff) | |
download | strongswan-6fb12832420ad7f2c4a999f356e336bb7a6be9f6.tar.bz2 strongswan-6fb12832420ad7f2c4a999f356e336bb7a6be9f6.tar.xz |
gcrypt: Use predefined pthread locking functions instead of custom hooks
Starting with libgcrypt 1.6, it seems that custom locking functions are not
supported anymore. Instead, the user has to select from one of the pre-defined
set of locking functions.
Given that we have a proper threading abstraction API with optional profiling
on all platforms, this is somewhat annoying. However, there does not seem to be
a way to use custom functions, and we have no other choice than using the
provided macro magic to support all libgcrypt versions.
Fixes #630.
Diffstat (limited to 'src/libcharon/plugins/unity/unity_provider.h')
0 files changed, 0 insertions, 0 deletions