Skip to content

Commit

Permalink
upstream: remove legacy key emulation layer; ok djm@
Browse files Browse the repository at this point in the history
OpenBSD-Commit-ID: 2b1f9619259e222bbd4fe9a8d3a0973eafb9dd8d
  • Loading branch information
mfriedl authored and djmdjm committed Jul 12, 2018
1 parent 5dc4c59 commit 5467fbc
Show file tree
Hide file tree
Showing 22 changed files with 197 additions and 489 deletions.
65 changes: 32 additions & 33 deletions .depend

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -90,7 +90,7 @@ LIBSSH_OBJS=${LIBOPENSSH_OBJS} \
compat.o crc32.o fatal.o hostfile.o \
log.o match.o moduli.o nchan.o packet.o opacket.o \
readpass.o ttymodes.o xmalloc.o addrmatch.o \
atomicio.o key.o dispatch.o mac.o uidswap.o uuencode.o misc.o utf8.o \
atomicio.o dispatch.o mac.o uidswap.o uuencode.o misc.o utf8.o \
monitor_fdpass.o rijndael.o ssh-dss.o ssh-ecdsa.o ssh-rsa.o dh.o \
msg.o progressmeter.o dns.o entropy.o gss-genr.o umac.o umac128.o \
ssh-pkcs11.o smult_curve25519_ref.o \
Expand Down
4 changes: 2 additions & 2 deletions auth2.c
@@ -1,4 +1,4 @@
/* $OpenBSD: auth2.c,v 1.148 2018/07/09 21:35:50 markus Exp $ */
/* $OpenBSD: auth2.c,v 1.149 2018/07/11 18:53:29 markus Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
Expand Down Expand Up @@ -45,7 +45,7 @@
#include "misc.h"
#include "servconf.h"
#include "compat.h"
#include "key.h"
#include "sshkey.h"
#include "hostfile.h"
#include "auth.h"
#include "dispatch.h"
Expand Down
4 changes: 2 additions & 2 deletions channels.c
@@ -1,4 +1,4 @@
/* $OpenBSD: channels.c,v 1.382 2018/06/25 22:28:33 djm Exp $ */
/* $OpenBSD: channels.c,v 1.383 2018/07/11 18:53:29 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
Expand Down Expand Up @@ -79,7 +79,7 @@
#include "channels.h"
#include "compat.h"
#include "canohost.h"
#include "key.h"
#include "sshkey.h"
#include "authfd.h"
#include "pathnames.h"
#include "match.h"
Expand Down
4 changes: 2 additions & 2 deletions clientloop.c
@@ -1,4 +1,4 @@
/* $OpenBSD: clientloop.c,v 1.316 2018/07/09 21:20:26 markus Exp $ */
/* $OpenBSD: clientloop.c,v 1.317 2018/07/11 18:53:29 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
Expand Down Expand Up @@ -95,7 +95,7 @@
#include "compat.h"
#include "channels.h"
#include "dispatch.h"
#include "key.h"
#include "sshkey.h"
#include "cipher.h"
#include "kex.h"
#include "myproposal.h"
Expand Down
3 changes: 1 addition & 2 deletions kex.h
@@ -1,4 +1,4 @@
/* $OpenBSD: kex.h,v 1.90 2018/07/10 09:36:58 sf Exp $ */
/* $OpenBSD: kex.h,v 1.91 2018/07/11 18:53:29 markus Exp $ */

/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
Expand Down Expand Up @@ -27,7 +27,6 @@
#define KEX_H

#include "mac.h"
#include "key.h" /* XXX for typedef */

#ifdef WITH_LEAKMALLOC
#include "leakmalloc.h"
Expand Down
236 changes: 0 additions & 236 deletions key.c

This file was deleted.

69 changes: 0 additions & 69 deletions key.h

This file was deleted.

2 changes: 1 addition & 1 deletion loginrec.c
Expand Up @@ -168,7 +168,7 @@
#include <unistd.h>

#include "xmalloc.h"
#include "key.h"
#include "sshkey.h"
#include "hostfile.h"
#include "ssh.h"
#include "loginrec.h"
Expand Down

0 comments on commit 5467fbc

Please sign in to comment.