summaryrefslogtreecommitdiff
path: root/src/gnutls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnutls.c')
-rw-r--r--src/gnutls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnutls.c b/src/gnutls.c
index 92956923db3..a8034d0abbf 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -1277,7 +1277,7 @@ The return value is a property list with top-level keys :warnings and
/* Return the host certificate in its own element for
compatibility reasons. */
- result = nconc2 (result, list2 (intern (":certificate"), XCAR (certs)));
+ result = nconc2 (result, list2 (intern (":certificate"), Fcar (certs)));
}
state = XPROCESS (proc)->gnutls_state;