diff options
author | 2017-07-01 13:50:45 +0000 | |
---|---|---|
committer | 2017-07-01 13:50:45 +0000 | |
commit | 3671ebbeb73dd46c504a3c9d38489767ba2c842e (patch) | |
tree | 8eab1910aa77730911774cf336ffeccee0de52e0 /usr.bin/ssh/ssh-add.c | |
parent | delete -p options, the relevant parts are now covered by mandoc; (diff) | |
download | wireguard-openbsd-3671ebbeb73dd46c504a3c9d38489767ba2c842e.tar.xz wireguard-openbsd-3671ebbeb73dd46c504a3c9d38489767ba2c842e.zip |
remove post-SSHv1 removal dead code from rsa.c and merge the
remaining bit that it still used into ssh-rsa.c; ok markus
Diffstat (limited to 'usr.bin/ssh/ssh-add.c')
-rw-r--r-- | usr.bin/ssh/ssh-add.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-add.c b/usr.bin/ssh/ssh-add.c index 9ef28eebe8e..6b24992e27a 100644 --- a/usr.bin/ssh/ssh-add.c +++ b/usr.bin/ssh/ssh-add.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-add.c,v 1.132 2017/05/30 14:16:41 markus Exp $ */ +/* $OpenBSD: ssh-add.c,v 1.133 2017/07/01 13:50:45 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -51,7 +51,6 @@ #include "xmalloc.h" #include "ssh.h" -#include "rsa.h" #include "log.h" #include "sshkey.h" #include "sshbuf.h" |