summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anylike.org>2014-06-21 11:44:38 +0000
committerChristian Pointner <equinox@anylike.org>2014-06-21 11:44:38 +0000
commitc42db6d765cd7479d7f9fba719a4582930937d8b (patch)
tree99e1e9284e4396e1b3255620b2f7e4721b883548
parentfixed readme (diff)
added support for clang
fixed typo in header
-rwxr-xr-xsrc/configure6
-rw-r--r--src/daemon.h2
-rw-r--r--src/log_targets.h2
-rw-r--r--src/sig_handler.c2
-rw-r--r--src/sig_handler.h2
-rw-r--r--src/string_list.c2
-rw-r--r--src/string_list.h2
7 files changed, 9 insertions, 9 deletions
diff --git a/src/configure b/src/configure
index 2dfb56d..75a26ac 100755
--- a/src/configure
+++ b/src/configure
@@ -68,6 +68,9 @@ do
--target=*)
TARGET=${arg#--target=}
;;
+ --use-clang)
+ USE_CLANG=1
+ ;;
--prefix=*)
PREFIX=${arg#--prefix=}
;;
@@ -80,9 +83,6 @@ do
--mandir=*)
MANDIR=${arg#--mandir=}
;;
- --use-clang)
- USE_CLANG=1
- ;;
--no-manpage)
INSTALLMANPAGE=0
;;
diff --git a/src/daemon.h b/src/daemon.h
index 5acc312..7f21e81 100644
--- a/src/daemon.h
+++ b/src/daemon.h
@@ -10,7 +10,7 @@
* tunnel endpoints. It has less protocol overhead than IPSec in Tunnel
* mode and allows tunneling of every ETHER TYPE protocol (e.g.
* ethernet, ip, arp ...). satp directly includes cryptography and
- * message authentication based on the methodes used by SRTP. It is
+ * message authentication based on the methods used by SRTP. It is
* intended to deliver a generic, scaleable and secure solution for
* tunneling and relaying of packets of any protocol.
*
diff --git a/src/log_targets.h b/src/log_targets.h
index b0be138..eaf11ff 100644
--- a/src/log_targets.h
+++ b/src/log_targets.h
@@ -10,7 +10,7 @@
* tunnel endpoints. It has less protocol overhead than IPSec in Tunnel
* mode and allows tunneling of every ETHER TYPE protocol (e.g.
* ethernet, ip, arp ...). satp directly includes cryptography and
- * message authentication based on the methodes used by SRTP. It is
+ * message authentication based on the methods used by SRTP. It is
* intended to deliver a generic, scaleable and secure solution for
* tunneling and relaying of packets of any protocol.
*
diff --git a/src/sig_handler.c b/src/sig_handler.c
index 1dec973..50e9e59 100644
--- a/src/sig_handler.c
+++ b/src/sig_handler.c
@@ -10,7 +10,7 @@
* tunnel endpoints. It has less protocol overhead than IPSec in Tunnel
* mode and allows tunneling of every ETHER TYPE protocol (e.g.
* ethernet, ip, arp ...). satp directly includes cryptography and
- * message authentication based on the methodes used by SRTP. It is
+ * message authentication based on the methods used by SRTP. It is
* intended to deliver a generic, scaleable and secure solution for
* tunneling and relaying of packets of any protocol.
*
diff --git a/src/sig_handler.h b/src/sig_handler.h
index 1995e1a..1484f11 100644
--- a/src/sig_handler.h
+++ b/src/sig_handler.h
@@ -10,7 +10,7 @@
* tunnel endpoints. It has less protocol overhead than IPSec in Tunnel
* mode and allows tunneling of every ETHER TYPE protocol (e.g.
* ethernet, ip, arp ...). satp directly includes cryptography and
- * message authentication based on the methodes used by SRTP. It is
+ * message authentication based on the methods used by SRTP. It is
* intended to deliver a generic, scaleable and secure solution for
* tunneling and relaying of packets of any protocol.
*
diff --git a/src/string_list.c b/src/string_list.c
index a4f4ab8..e6e1149 100644
--- a/src/string_list.c
+++ b/src/string_list.c
@@ -10,7 +10,7 @@
* tunnel endpoints. It has less protocol overhead than IPSec in Tunnel
* mode and allows tunneling of every ETHER TYPE protocol (e.g.
* ethernet, ip, arp ...). satp directly includes cryptography and
- * message authentication based on the methodes used by SRTP. It is
+ * message authentication based on the methods used by SRTP. It is
* intended to deliver a generic, scaleable and secure solution for
* tunneling and relaying of packets of any protocol.
*
diff --git a/src/string_list.h b/src/string_list.h
index cd054cb..b1ed972 100644
--- a/src/string_list.h
+++ b/src/string_list.h
@@ -10,7 +10,7 @@
* tunnel endpoints. It has less protocol overhead than IPSec in Tunnel
* mode and allows tunneling of every ETHER TYPE protocol (e.g.
* ethernet, ip, arp ...). satp directly includes cryptography and
- * message authentication based on the methodes used by SRTP. It is
+ * message authentication based on the methods used by SRTP. It is
* intended to deliver a generic, scaleable and secure solution for
* tunneling and relaying of packets of any protocol.
*