Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 290140
Collapse All | Expand All

(-)ne7ssh-1.3.1/src/ne7ssh_error.cpp (+1 lines)
Lines 17-22 Link Here
17
#include <botan/secmem.h>
17
#include <botan/secmem.h>
18
#include "stdarg.h"
18
#include "stdarg.h"
19
#include "ne7ssh.h"
19
#include "ne7ssh.h"
20
#include <stdio.h>
20
21
21
using namespace Botan;
22
using namespace Botan;
22
Ne7ssh_Mutex Ne7sshError::mut;
23
Ne7ssh_Mutex Ne7sshError::mut;
(-)ne7ssh-1.3.1/src/ne7ssh_keys.cpp (+1 lines)
Lines 19-24 Link Here
19
#include <botan/base64.h>
19
#include <botan/base64.h>
20
#include <botan/look_pk.h>
20
#include <botan/look_pk.h>
21
#include <ctype.h>
21
#include <ctype.h>
22
#include <stdio.h>
22
23
23
using namespace std;
24
using namespace std;
24
using namespace Botan;
25
using namespace Botan;
(-)ne7ssh-1.3.1/src/ne7ssh_sftp.cpp (+1 lines)
Lines 22-27 Link Here
22
#include "ne7ssh.h"
22
#include "ne7ssh.h"
23
#include "ne7ssh_session.h"
23
#include "ne7ssh_session.h"
24
#include "ne7ssh_channel.h"
24
#include "ne7ssh_channel.h"
25
#include <stdio.h>
25
26
26
using namespace Botan;
27
using namespace Botan;
27
28
(-)ne7ssh-1.3.1/src/ne7ssh_string.cpp (+2 lines)
Lines 20-25 Link Here
20
#   include <arpa/inet.h>
20
#   include <arpa/inet.h>
21
#endif
21
#endif
22
22
23
#include <stdio.h>
24
23
using namespace Botan;
25
using namespace Botan;
24
26
25
ne7ssh_string::ne7ssh_string() : positions(0), parts(0)
27
ne7ssh_string::ne7ssh_string() : positions(0), parts(0)

Return to bug 290140