2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
+ * gnutls.c: Fixed Windows function definition of
+ gnutls_x509_crt_get_fingerprint.
+
* gnutls.c (Fgnutls_boot): Save certificate for later inspection.
* process.h: Added more fields to Lisp_Process to track
gnutls_x509_crt_fmt_t));
DEF_GNUTLS_FN (int, gnutls_x509_crt_init, (gnutls_x509_crt_t *));
DEF_GNUTLS_FN (int, gnutls_x509_crt_get_fingerprint,
- (gnutls_digest_algorithm_t,
- const gnutls_datum_t*, void *, size_t *));
+ (gnutls_x509_crt_t,
+ gnutls_digest_algorithm_t, void *, size_t *_buf));
DEF_GNUTLS_FN (int, gnutls_x509_crt_get_version,
(gnutls_x509_crt_t));
DEF_GNUTLS_FN (int, gnutls_x509_crt_get_serial,