aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
1277 1277
1278 /* Return the host certificate in its own element for 1278 /* Return the host certificate in its own element for
1279 compatibility reasons. */ 1279 compatibility reasons. */
1280 result = nconc2 (result, list2 (intern (":certificate"), XCAR (certs))); 1280 result = nconc2 (result, list2 (intern (":certificate"), Fcar (certs)));
1281 } 1281 }
1282 1282
1283 state = XPROCESS (proc)->gnutls_state; 1283 state = XPROCESS (proc)->gnutls_state;