diff options
author | 2003-02-12 09:33:04 +0000 | |
---|---|---|
committer | 2003-02-12 09:33:04 +0000 | |
commit | b93bae9a96aebe14f5fba52110f91da8aed98684 (patch) | |
tree | b365d45b2e362edf97eaf7645834091b0504505b /usr.bin/ssh/key.c | |
parent | Add support for WSKBD_TYPE_HIL. -moj ok miod@ (diff) | |
download | wireguard-openbsd-b93bae9a96aebe14f5fba52110f91da8aed98684.tar.xz wireguard-openbsd-b93bae9a96aebe14f5fba52110f91da8aed98684.zip |
merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@
Diffstat (limited to 'usr.bin/ssh/key.c')
-rw-r--r-- | usr.bin/ssh/key.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/key.c b/usr.bin/ssh/key.c index c87bfcbf06d..060b63745a3 100644 --- a/usr.bin/ssh/key.c +++ b/usr.bin/ssh/key.c @@ -32,15 +32,13 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: key.c,v 1.50 2003/02/04 09:32:08 markus Exp $"); +RCSID("$OpenBSD: key.c,v 1.51 2003/02/12 09:33:04 markus Exp $"); #include <openssl/evp.h> #include "xmalloc.h" #include "key.h" #include "rsa.h" -#include "ssh-dss.h" -#include "ssh-rsa.h" #include "uuencode.h" #include "buffer.h" #include "bufaux.h" |