]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected function name
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 6 Jun 2012 19:17:13 +0000 (21:17 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 6 Jun 2012 19:17:13 +0000 (21:17 +0200)
doc/cha-gtls-app.texi

index 2f73f5cb5e51006d0f8118cc0a039b2c2d081f35..35f705fe05a317fcddd1100d0039db20afafbdcb 100644 (file)
@@ -425,7 +425,7 @@ In that case a certificate should be selected according the peer's signature
 algorithm preferences. To get those preferences use
 @funcref{gnutls_sign_algorithm_get_requested}. Both functions are shown below.
 
-@showfuncC{gnutls_certificate_set_retrieve_function,gnutls_certificate_retrieve_function2,gnutls_sign_algorithm_get_requested}
+@showfuncC{gnutls_certificate_set_retrieve_function,gnutls_certificate_set_retrieve_function2,gnutls_sign_algorithm_get_requested}
 
 The functions above do not handle the requested server name automatically.
 A server would need to check the name requested by the client