projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aafa6b
)
Typo fix from previous check-in
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sun, 23 Nov 2014 22:09:00 +0000
(23:09 +0100)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sun, 23 Nov 2014 22:09:00 +0000
(23:09 +0100)
src/gnutls.c
patch
|
blob
|
history
diff --git
a/src/gnutls.c
b/src/gnutls.c
index e012a904f85735f84339ba34a7c9131d530bb0c7..7863513cce1e12fd6ff5c2d90f9cde7647fc3d99 100644
(file)
--- a/
src/gnutls.c
+++ b/
src/gnutls.c
@@
-154,7
+154,7
@@
DEF_GNUTLS_FN (int, gnutls_x509_crt_import,
DEF_GNUTLS_FN (int, gnutls_x509_crt_init, (gnutls_x509_crt_t *));
DEF_GNUTLS_FN (int, gnutls_x509_crt_get_fingerprint,
(gnutls_x509_crt_t,
- gnutls_digest_algorithm_t, void *, size_t *
_buf
));
+ gnutls_digest_algorithm_t, void *, size_t *));
DEF_GNUTLS_FN (int, gnutls_x509_crt_get_version,
(gnutls_x509_crt_t));
DEF_GNUTLS_FN (int, gnutls_x509_crt_get_serial,