jabberd14 1.6.2
Functions | Variables
gcrypt_init.c File Reference

Init the gcrypt library. More...

#include <gcrypt.h>
#include <pth.h>
#include <errno.h>

Functions

void mio_tls_gcrypt_init ()

Variables

 GCRY_THREAD_OPTION_PTH_IMPL

Detailed Description

Init the gcrypt library.

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.


Function Documentation

void mio_tls_gcrypt_init ( )

Tell gcrypt we are using libpth

Referenced by mio_tls_early_init().


Variable Documentation