From: Nikos Mavrogiannopoulos Date: Sat, 25 Aug 2012 13:20:38 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_1_1~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ec96fecc191d4b21430ef8f63f254f92c5e538e;p=thirdparty%2Fgnutls.git doc update --- diff --git a/lib/gnutls_privkey.c b/lib/gnutls_privkey.c index ae41fafa86..abb7649a8d 100644 --- a/lib/gnutls_privkey.c +++ b/lib/gnutls_privkey.c @@ -844,6 +844,9 @@ gnutls_privkey_decrypt_data (gnutls_privkey_t key, * This function will import the given private key to the abstract * #gnutls_privkey_t structure. * + * The supported formats are typical X.509, PKCS #8 and the openssl + * format. + * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. *