]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 9 Feb 2002 19:32:33 +0000 (19:32 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 9 Feb 2002 19:32:33 +0000 (19:32 +0000)
lib/gnutls.h.in.in
lib/gnutls_algorithms.c

index 8edc348364240f24abe3f921f8d2687ad36a5b1c..6f1aa842bfa065aeb275c8b5513503cecf0efea1 100644 (file)
@@ -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 */
index ec66a437c7ebc1f0d058194b1bb4021604dde368..34eb00bb88f43ff5e31f85a623bce17277228057 100644 (file)
@@ -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;