This commit is contained in:
Adam Ierymenko 2016-04-26 08:53:49 -07:00
parent e731fc1a3a
commit 25a5275921
4 changed files with 75 additions and 3 deletions

View file

@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef ZT_SUPPORT_OLD_STYLE_NETCONF
#include "Dictionary.hpp"
#include "C25519.hpp"
#include "Identity.hpp"
@ -238,3 +240,5 @@ void Dictionary::_appendEsc(const char *data,unsigned int len,std::string &to)
}
} // namespace ZeroTier
#endif // ZT_SUPPORT_OLD_STYLE_NETCONF