projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
re-instate local md5.[ch] due to issues with linking openssl to GPL code
[l2tpns.git]
/
l2tpns.c
diff --git
a/l2tpns.c
b/l2tpns.c
index
9acdeaf
..
594b501
100644
(file)
--- a/
l2tpns.c
+++ b/
l2tpns.c
@@
-4,7
+4,7
@@
// Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced
// vim: sw=8 ts=8
// Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced
// vim: sw=8 ts=8
-char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.11
5 2005/07/31 10:04:10
bodea Exp $";
+char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.11
6 2005/08/10 07:25:24
bodea Exp $";
#include <arpa/inet.h>
#include <assert.h>
#include <arpa/inet.h>
#include <assert.h>
@@
-38,9
+38,9
@@
char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.115 2005/07/31 10:04:10 bodea Exp
#include <unistd.h>
#include <sched.h>
#include <sys/sysinfo.h>
#include <unistd.h>
#include <sched.h>
#include <sys/sysinfo.h>
-#include <openssl/md5.h>
#include <libcli.h>
#include <libcli.h>
+#include "md5.h"
#include "l2tpns.h"
#include "cluster.h"
#include "plugin.h"
#include "l2tpns.h"
#include "cluster.h"
#include "plugin.h"