]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 8 Jan 2003 22:31:09 +0000 (22:31 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 8 Jan 2003 22:31:09 +0000 (22:31 +0000)
doc/tex/ex-rfc2818.tex

index a8cd459abf2a86cf7a5704a634233936f4c6ba2c..48ccd69060491b9e8e2d9785bb6075b318d45cb4 100644 (file)
@@ -13,7 +13,7 @@ void verify_certificate( gnutls_session session, const char* hostname)
    int status;
 
    /* This verification function uses the trusted CAs in the credentials
-    * structure. So you must have installed one or more CAs.
+    * structure. So you must have installed one or more CA certificates.
     */
    status = gnutls_certificate_verify_peers(session);