emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] nsm 01/01: * gnutls.c (gnutls_certificate_details): Fix co


From: Teodor Zlatanov
Subject: [Emacs-diffs] nsm 01/01: * gnutls.c (gnutls_certificate_details): Fix comment.
Date: Wed, 19 Nov 2014 15:48:07 +0000

branch: nsm
commit 5529f585b7a6c57c79b766721645dd666e68d285
Author: Ted Zlatanov <address@hidden>
Date:   Wed Nov 19 10:47:53 2014 -0500

    * gnutls.c (gnutls_certificate_details): Fix comment.
---
 src/ChangeLog |    4 ++++
 src/gnutls.c  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index 407fa07..1f4c522 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-19  Teodor Zlatanov  <address@hidden>
+
+       * gnutls.c (gnutls_certificate_details): Fix comment.
+
 2014-11-19  Lars Magne Ingebrigtsen  <address@hidden>
 
        * gnutls.c (gnutls_certificate_details): Also return the public
diff --git a/src/gnutls.c b/src/gnutls.c
index b7f396c..61309ee 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -883,7 +883,7 @@ gnutls_certificate_details (gnutls_x509_crt_t cert)
     }
   }
 
-  /* Public key ID. */
+  /* Certificate fingerprint. */
   {
     size_t buf_size = 0;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]