const char *gnutls_mac_get_name( GNUTLS_MACAlgorithm);
const char *gnutls_compression_get_name( GNUTLS_CompressionMethod);
const char *gnutls_kx_get_name( GNUTLS_KXAlgorithm algorithm);
-const char *gnutls_certificate_type_get_name( GNUTLS_CertificateType type);
+const char *gnutls_cert_type_get_name( GNUTLS_CertificateType type);
/* error functions */
}
/**
- * gnutls_certificate_type_get_name - Returns a string with the name of the specified certificate type
+ * gnutls_cert_type_get_name - Returns a string with the name of the specified certificate type
* @type: is a certificate type
*
* Returns a string that contains the name
* of the specified MAC algorithm.
**/
-const char *gnutls_certificate_type_get_name( GNUTLS_CertificateType type)
+const char *gnutls_cert_type_get_name( GNUTLS_CertificateType type)
{
char *ret = NULL;