- Per-node EVP_CIPHER_CTX to avoid initialisation overhead.

- LZO compression, thanks to Teemu Kiviniemi.
- Updated dutch translation.
This commit is contained in:
Guus Sliepen 2003-05-06 21:13:18 +00:00
parent 1ad2394b84
commit c70f52087b
10 changed files with 218 additions and 155 deletions

View file

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl $Id: configure.in,v 1.13.2.60 2003/01/17 00:43:56 guus Exp $
dnl $Id: configure.in,v 1.13.2.61 2003/05/06 21:13:13 guus Exp $
AC_PREREQ(2.53)
AC_INIT(src/tincd.c)
@ -154,6 +154,7 @@ dnl These are defined in files in m4/
tinc_TUNTAP
tinc_OPENSSL
tinc_ZLIB
tinc_LZO
dnl Check if support for jumbograms is requested
AC_ARG_ENABLE(jumbograms,