From: Nikos Mavrogiannopoulos Date: Sat, 9 Feb 2002 19:32:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_3_90~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a930481f64d06f7fdc54b870720988b0c2effbaf;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/lib/gnutls.h.in.in b/lib/gnutls.h.in.in index 8edc348364..6f1aa842bf 100644 --- a/lib/gnutls.h.in.in +++ b/lib/gnutls.h.in.in @@ -112,7 +112,7 @@ const char *gnutls_cipher_get_name( GNUTLS_BulkCipherAlgorithm); 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 */ diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c index ec66a437c7..34eb00bb88 100644 --- a/lib/gnutls_algorithms.c +++ b/lib/gnutls_algorithms.c @@ -1193,13 +1193,13 @@ _gnutls_supported_compression_methods(GNUTLS_STATE state, uint8 ** comp) } /** - * 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;