CmdSync
- CmdSync::send () is TLSClient specific and breaks the build if libgnutls is not found, so #ifdef it.
This commit is contained in:
committed by
Paul Beckingham
parent
66c303daef
commit
5b4793e750
@@ -38,8 +38,10 @@ public:
|
||||
CmdSync ();
|
||||
int execute (std::string&);
|
||||
|
||||
#ifdef HAVE_LIBGNUTLS
|
||||
private:
|
||||
bool send (const std::string&, const std::string&, const std::string&, const std::string&, const enum TLSClient::trust_level, const Msg&, Msg&);
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user