20d3f31596
status restrict distribution (src and binary). Descr: WASTE is a software product and protocol that enables secure distributed communication for small (on the order of 10-50 nodes) trusted groups of users. WASTE is designed to enable small companies and small teams within larger companies to easily communicate and collaborate in a secure and efficient fashion, independent of physical network topology.
15 lines
321 B
Text
15 lines
321 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2003/06/05 01:00:45 jschauma Exp $
|
|
|
|
--- srvmain.cpp.orig 2003-05-31 11:55:08.000000000 -0400
|
|
+++ srvmain.cpp 2003-05-31 11:55:47.000000000 -0400
|
|
@@ -28,7 +28,10 @@
|
|
*/
|
|
|
|
#include "main.h"
|
|
+
|
|
+#ifndef __NetBSD__
|
|
#include "md5.h"
|
|
+#endif
|
|
|
|
#include "m_upload.h"
|
|
#include "m_chat.h"
|