diff options
author | djm@openbsd.org <djm@openbsd.org> | 2017-07-01 15:50:45 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-07-21 06:17:32 +0200 |
commit | 83fa3a044891887369ce8b487ce88d713a04df48 (patch) | |
tree | f5d227629414d0a30ef14141a5613ed31fd1985c /authfile.c | |
parent | make explicit_bzero/memset safe for sz=0 (diff) | |
download | openssh-83fa3a044891887369ce8b487ce88d713a04df48.tar.xz openssh-83fa3a044891887369ce8b487ce88d713a04df48.zip |
upstream commit
remove post-SSHv1 removal dead code from rsa.c and merge
the remaining bit that it still used into ssh-rsa.c; ok markus
Upstream-ID: ac8a048d24dcd89594b0052ea5e3404b473bfa2f
Diffstat (limited to 'authfile.c')
-rw-r--r-- | authfile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/authfile.c b/authfile.c index 3481e0b04..d09b700d2 100644 --- a/authfile.c +++ b/authfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: authfile.c,v 1.126 2017/05/31 09:15:42 deraadt Exp $ */ +/* $OpenBSD: authfile.c,v 1.127 2017/07/01 13:50:45 djm Exp $ */ /* * Copyright (c) 2000, 2013 Markus Friedl. All rights reserved. * @@ -42,7 +42,6 @@ #include "ssh.h" #include "log.h" #include "authfile.h" -#include "rsa.h" #include "misc.h" #include "atomicio.h" #include "sshkey.h" |