13592c1454
OpenVPN 2.4 builds with mbedTLS 2.x, rename openvpn-polarssl variant to openvpn-mbedtls. Some feature highlights: * Data channel cipher negotiation * AEAD cipher support for data channel encryption (currently only * AES-GCM) * ECDH key exchange for control channel * LZ4 compression support See https://github.com/OpenVPN/openvpn/blob/master/Changes.rst for additional change notes. Signed-off-by: Magnus Kroken <mkroken@gmail.com>
10 lines
212 B
Diff
10 lines
212 B
Diff
--- a/src/openvpn/options.c
|
|
+++ b/src/openvpn/options.c
|
|
@@ -107,7 +107,6 @@ const char title_string[] =
|
|
#ifdef HAVE_AEAD_CIPHER_MODES
|
|
" [AEAD]"
|
|
#endif
|
|
- " built on " __DATE__
|
|
;
|
|
|
|
#ifndef ENABLE_SMALL
|