mirror of git://anongit.mindrot.org/openssh.git
- markus@cvs.openbsd.org 2013/11/02 22:24:24
[kexdhs.c kexecdhs.c] no need to include ssh-gss.h
This commit is contained in:
parent
abdca986de
commit
660621b210
|
@ -11,6 +11,9 @@
|
||||||
- markus@cvs.openbsd.org 2013/11/02 22:10:15
|
- markus@cvs.openbsd.org 2013/11/02 22:10:15
|
||||||
[kexdhs.c kexecdhs.c]
|
[kexdhs.c kexecdhs.c]
|
||||||
no need to include monitor_wrap.h
|
no need to include monitor_wrap.h
|
||||||
|
- markus@cvs.openbsd.org 2013/11/02 22:24:24
|
||||||
|
[kexdhs.c kexecdhs.c]
|
||||||
|
no need to include ssh-gss.h
|
||||||
|
|
||||||
20131103
|
20131103
|
||||||
- (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep.
|
- (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep.
|
||||||
|
|
5
kexdhs.c
5
kexdhs.c
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: kexdhs.c,v 1.15 2013/11/02 22:10:15 markus Exp $ */
|
/* $OpenBSD: kexdhs.c,v 1.16 2013/11/02 22:24:24 markus Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2001 Markus Friedl. All rights reserved.
|
* Copyright (c) 2001 Markus Friedl. All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -42,9 +42,6 @@
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "dh.h"
|
#include "dh.h"
|
||||||
#include "ssh2.h"
|
#include "ssh2.h"
|
||||||
#ifdef GSSAPI
|
|
||||||
#include "ssh-gss.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void
|
void
|
||||||
kexdh_server(Kex *kex)
|
kexdh_server(Kex *kex)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: kexecdhs.c,v 1.6 2013/11/02 22:10:15 markus Exp $ */
|
/* $OpenBSD: kexecdhs.c,v 1.7 2013/11/02 22:24:24 markus Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2001 Markus Friedl. All rights reserved.
|
* Copyright (c) 2001 Markus Friedl. All rights reserved.
|
||||||
* Copyright (c) 2010 Damien Miller. All rights reserved.
|
* Copyright (c) 2010 Damien Miller. All rights reserved.
|
||||||
|
@ -38,9 +38,6 @@
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "ssh2.h"
|
#include "ssh2.h"
|
||||||
#ifdef GSSAPI
|
|
||||||
#include "ssh-gss.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef OPENSSL_HAS_ECC
|
#ifdef OPENSSL_HAS_ECC
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue