зеркало из https://github.com/Azure/sonic-openssh.git
Remove redundant inclusion of config.h
This commit is contained in:
Родитель
6854f820d6
Коммит
4956d2cf64
|
@ -15,9 +15,8 @@ validity of the host key.
|
|||
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "includes.h"
|
||||
RCSID("$Id: auth-rsa.c,v 1.5 1999/11/12 04:19:27 damien Exp $");
|
||||
RCSID("$Id: auth-rsa.c,v 1.6 1999/11/12 23:51:58 damien Exp $");
|
||||
|
||||
#include "rsa.h"
|
||||
#include "packet.h"
|
||||
|
|
3
authfd.c
3
authfd.c
|
@ -13,9 +13,8 @@ Functions for connecting the local authentication agent.
|
|||
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "includes.h"
|
||||
RCSID("$Id: authfd.c,v 1.2 1999/10/28 03:25:17 damien Exp $");
|
||||
RCSID("$Id: authfd.c,v 1.3 1999/11/12 23:51:58 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include "rsa.h"
|
||||
|
|
3
bufaux.c
3
bufaux.c
|
@ -14,9 +14,8 @@ Buffers.
|
|||
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "includes.h"
|
||||
RCSID("$Id: bufaux.c,v 1.3 1999/11/08 05:15:55 damien Exp $");
|
||||
RCSID("$Id: bufaux.c,v 1.4 1999/11/12 23:51:58 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
|
||||
|
|
3
cipher.c
3
cipher.c
|
@ -11,9 +11,8 @@ Created: Wed Apr 19 17:41:39 1995 ylo
|
|||
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "includes.h"
|
||||
RCSID("$Id: cipher.c,v 1.4 1999/11/08 05:15:55 damien Exp $");
|
||||
RCSID("$Id: cipher.c,v 1.5 1999/11/12 23:51:58 damien Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include "cipher.h"
|
||||
|
|
3
mpaux.c
3
mpaux.c
|
@ -14,9 +14,8 @@ precision integers.
|
|||
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "includes.h"
|
||||
RCSID("$Id: mpaux.c,v 1.4 1999/11/12 04:19:27 damien Exp $");
|
||||
RCSID("$Id: mpaux.c,v 1.5 1999/11/12 23:51:58 damien Exp $");
|
||||
|
||||
#ifdef HAVE_OPENSSL
|
||||
#include <openssl/bn.h>
|
||||
|
|
|
@ -14,9 +14,8 @@ login (authentication) dialog.
|
|||
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "includes.h"
|
||||
RCSID("$Id: sshconnect.c,v 1.6 1999/11/12 04:19:27 damien Exp $");
|
||||
RCSID("$Id: sshconnect.c,v 1.7 1999/11/12 23:51:58 damien Exp $");
|
||||
|
||||
#ifdef HAVE_OPENSSL
|
||||
#include <openssl/bn.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче