summaryrefslogtreecommitdiffstats
path: root/key.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-02-24 12:01:40 +1100
committerDamien Miller <djm@mindrot.org>2003-02-24 12:01:40 +1100
commite8a240f966c567304d810ba0234bca326e4abecb (patch)
tree3de903c87fc6cdcae4a631f1c7670cc5c8a7b643 /key.c
parent7b406276c45abede9a3e6d5b979b37b8d50287f7 (diff)
- markus@cvs.openbsd.org 2003/02/12 09:33:04
[key.c key.h ssh-dss.c ssh-rsa.c] merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@
Diffstat (limited to 'key.c')
-rw-r--r--key.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/key.c b/key.c
index c87bfcbf..060b6374 100644
--- a/key.c
+++ b/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"