summaryrefslogtreecommitdiff
path: root/authfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'authfd.c')
-rw-r--r--authfd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/authfd.c b/authfd.c
index 82915a43d..eaa142648 100644
--- a/authfd.c
+++ b/authfd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: authfd.c,v 1.97 2015/03/26 19:32:19 markus Exp $ */ 1/* $OpenBSD: authfd.c,v 1.98 2015/07/03 03:43:18 djm 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
@@ -560,10 +560,8 @@ ssh_add_identity_constrained(int sock, struct sshkey *key, const char *comment,
560#ifdef WITH_OPENSSL 560#ifdef WITH_OPENSSL
561 case KEY_RSA: 561 case KEY_RSA:
562 case KEY_RSA_CERT: 562 case KEY_RSA_CERT:
563 case KEY_RSA_CERT_V00:
564 case KEY_DSA: 563 case KEY_DSA:
565 case KEY_DSA_CERT: 564 case KEY_DSA_CERT:
566 case KEY_DSA_CERT_V00:
567 case KEY_ECDSA: 565 case KEY_ECDSA:
568 case KEY_ECDSA_CERT: 566 case KEY_ECDSA_CERT:
569#endif 567#endif