summaryrefslogtreecommitdiff
path: root/authfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'authfd.c')
-rw-r--r--authfd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/authfd.c b/authfd.c
index 1f0cd2ab3..e014f765c 100644
--- a/authfd.c
+++ b/authfd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: authfd.c,v 1.118 2019/10/31 21:19:14 djm Exp $ */ 1/* $OpenBSD: authfd.c,v 1.119 2019/11/12 19:33:08 markus Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -484,6 +484,8 @@ ssh_add_identity_constrained(int sock, struct sshkey *key,
484#endif 484#endif
485 case KEY_ED25519: 485 case KEY_ED25519:
486 case KEY_ED25519_CERT: 486 case KEY_ED25519_CERT:
487 case KEY_ED25519_SK:
488 case KEY_ED25519_SK_CERT:
487 case KEY_XMSS: 489 case KEY_XMSS:
488 case KEY_XMSS_CERT: 490 case KEY_XMSS_CERT:
489 type = constrained ? 491 type = constrained ?