Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7754e151
Commit
7754e151
authored
Apr 26, 2011
by
Paul Eggert
Browse files
* gnutls.c (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
parent
0c8c7e5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/ChangeLog
src/ChangeLog
+1
-0
src/gnutls.c
src/gnutls.c
+1
-1
No files found.
src/ChangeLog
View file @
7754e151
...
...
@@ -6,6 +6,7 @@
needed for one caller, Fgnutls_boot.
(emacs_gnutls_read): Do that check. This is the other caller.
(emacs_gnutls_handle_error): Remove unused local.
(Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
lisp.h: Fix a problem with aliasing and vector headers.
GCC 4.6.0 optimizes based on type-based alias analysis. For
...
...
src/gnutls.c
View file @
7754e151
...
...
@@ -463,7 +463,7 @@ one trustfile (usually a CA bundle). */)
Lisp_Object
global_init
;
char
const
*
priority_string_ptr
=
"NORMAL"
;
/* default priority string. */
Lisp_Object
tail
;
int
peer_verification
;
unsigned
int
peer_verification
;
char
*
c_hostname
;
/* Placeholders for the property list elements. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment