gnutls_global_init_extra — This function initializes the global state of gnutls-extra
#include <gnutls/extra.h>
int
gnutls_global_init_extra( |
void) ; |
This function initializes the global state of gnutls−extra library to defaults. Returns zero on success.
Note that gnutls_global_init
() has to be called
before this function. If this function is not called then the
gnutls−extra library will not be usable.