gnutls_privkey_init (3) Linux Manual Page
NAME gnutls_privkey_init – API function SYNOPSIS #include <gnutls/abstract.h> int gnutls_privkey_init(gnutls_privkey_t * key); ARGUMENTS gnutls_privkey_t * key The structure to be initialized DESCRIPTION This function will initialize an private key structure. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. SINCE 2.12.0 REPORTING BUGS Report bugs to <bugs [at] gnutls.org>. Home page: http://www.gnutls.org…
