* gnutls.c: Fix Windows function definition of gnutls_x509_crt_get_fingerprint.
This commit is contained in:
parent
1653296fa2
commit
8c4475f9ce
2 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
|||
2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnutls.c: Fixed Windows function definition of
|
||||
* gnutls.c: Fix Windows function definition of
|
||||
gnutls_x509_crt_get_fingerprint.
|
||||
|
||||
* gnutls.c: Fix Windows return value for gnutls_pk_algorithm_get_name.
|
||||
|
||||
* gnutls.c (Fgnutls_boot): Save certificate for later inspection.
|
||||
|
||||
* process.h: Added more fields to Lisp_Process to track
|
||||
|
|
|
@ -169,7 +169,8 @@ DEF_GNUTLS_FN (int, gnutls_x509_crt_get_dn,
|
|||
(gnutls_x509_crt_t, char *, size_t *));
|
||||
DEF_GNUTLS_FN (int, gnutls_x509_crt_get_pk_algorithm,
|
||||
(gnutls_x509_crt_t, unsigned int *));
|
||||
DEF_GNUTLS_FN (int, gnutls_pk_algorithm_get_name, (gnutls_pk_algorithm_t));
|
||||
DEF_GNUTLS_FN (const char*, gnutls_pk_algorithm_get_name,
|
||||
(gnutls_pk_algorithm_t));
|
||||
DEF_GNUTLS_FN (int, gnutls_pk_bits_to_sec_param,
|
||||
(gnutls_pk_algorithm_t, unsigned int));
|
||||
DEF_GNUTLS_FN (int, gnutls_x509_crt_get_issuer_unique_id,
|
||||
|
|
Loading…
Add table
Reference in a new issue