#include <gcrypt.h>
#include <pth.h>
#include <errno.h>
Functions | |
| void | mio_tls_gcrypt_init () |
Variables | |
| GCRY_THREAD_OPTION_PTH_IMPL | |
This would be part of mio_tls.cc, but the code produced by the macro cannot be compiled with a C++ compiler, so I have to place this in a C file.
| void mio_tls_gcrypt_init | ( | ) |
Tell gcrypt we are using libpth
Referenced by mio_tls_early_init().
1.5.5