1
1

Removed unnecessary headers in samplesshd

Этот коммит содержится в:
Aris Adamantiadis 2010-08-09 22:08:43 +02:00
родитель 714edcb8d9
Коммит 136f4d3b0d

Просмотреть файл

@ -16,7 +16,6 @@ clients must be made or how a client should react.
#include <libssh/libssh.h>
#include <libssh/server.h>
#include <libssh/buffer.h>
#ifdef HAVE_ARGP_H
#include <argp.h>
@ -34,13 +33,9 @@ clients must be made or how a client should react.
#endif
#ifdef WITH_PCAP
#include <libssh/pcap.h>
const char *pcap_file="debug.server.pcap";
#endif
#ifdef WITH_PCAP
ssh_pcap_file pcap;
void set_pcap(ssh_session session);
void set_pcap(ssh_session session){
if(!pcap_file)