summaryrefslogtreecommitdiff
path: root/kexsntrup4591761x25519.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexsntrup4591761x25519.c')
-rw-r--r--kexsntrup4591761x25519.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexsntrup4591761x25519.c b/kexsntrup4591761x25519.c
index d845f3d44..b0605b96a 100644
--- a/kexsntrup4591761x25519.c
+++ b/kexsntrup4591761x25519.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: kexsntrup4591761x25519.c,v 1.2 2019/01/21 10:35:09 djm Exp $ */ 1/* $OpenBSD: kexsntrup4591761x25519.c,v 1.3 2019/01/21 10:40:11 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2019 Markus Friedl. All rights reserved. 3 * Copyright (c) 2019 Markus Friedl. All rights reserved.
4 * 4 *
@@ -58,7 +58,7 @@ kex_kem_sntrup4591761x25519_keypair(struct kex *kex)
58#ifdef DEBUG_KEXECDH 58#ifdef DEBUG_KEXECDH
59 dump_digest("client public key c25519:", cp, CURVE25519_SIZE); 59 dump_digest("client public key c25519:", cp, CURVE25519_SIZE);
60#endif 60#endif
61 kex->kem_client_pub = buf; 61 kex->client_pub = buf;
62 buf = NULL; 62 buf = NULL;
63 out: 63 out:
64 sshbuf_free(buf); 64 sshbuf_free(buf);