diff options
| author | Lars Magne Ingebrigtsen | 2014-11-23 23:55:58 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2014-11-23 23:55:58 +0100 |
| commit | 8c4475f9cecc2bdae4f419273fe8e9c3e01351b1 (patch) | |
| tree | ff0cdff041c73d660aac354fb028b63599a75903 /src/ChangeLog | |
| parent | 1653296fa233002e252b72b641d1327a3147ac3b (diff) | |
| download | emacs-8c4475f9cecc2bdae4f419273fe8e9c3e01351b1.tar.gz emacs-8c4475f9cecc2bdae4f419273fe8e9c3e01351b1.zip | |
* gnutls.c: Fix Windows function definition of gnutls_x509_crt_get_fingerprint.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8cd0fd9d594..b7c9a957d22 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * gnutls.c: Fixed Windows function definition of | 3 | * gnutls.c: Fix Windows function definition of |
| 4 | gnutls_x509_crt_get_fingerprint. | 4 | gnutls_x509_crt_get_fingerprint. |
| 5 | 5 | ||
| 6 | * gnutls.c: Fix Windows return value for gnutls_pk_algorithm_get_name. | ||
| 7 | |||
| 6 | * gnutls.c (Fgnutls_boot): Save certificate for later inspection. | 8 | * gnutls.c (Fgnutls_boot): Save certificate for later inspection. |
| 7 | 9 | ||
| 8 | * process.h: Added more fields to Lisp_Process to track | 10 | * process.h: Added more fields to Lisp_Process to track |