Mailing List Archive

svn commit: vpnc r516 - /branches/vpnc-nortel/vpnc.c /trunk/vpnc.c
Author: Antonio Borneo
Date: Sat Mar 24 16:07:08 2012
New Revision: 516

Log:
Florian Schlichting <fschlich@ZEDAT.FU-Berlin.DE>

Typo in a warning message in vpnc.c

Modified:
branches/vpnc-nortel/vpnc.c
trunk/vpnc.c

Modified: branches/vpnc-nortel/vpnc.c
==============================================================================
--- branches/vpnc-nortel/vpnc.c (original)
+++ branches/vpnc-nortel/vpnc.c Sat Mar 24 16:07:08 2012
@@ -2933,7 +2933,7 @@
seen_auth, NULL, 0)->name));
if (s->ipsec.cry_algo == GCRY_CIPHER_DES && !opt_1des) {
error(1, 0, "peer selected (single) DES as \"encrytion\" method.\n"
- "This algorithm is considered to weak today\n"
+ "This algorithm is considered too weak today\n"
"If your vpn concentrator admin still insists on using DES\n"
"use the \"--enable-1des\" option.\n");
} else if (s->ipsec.cry_algo == GCRY_CIPHER_NONE && !opt_no_encryption) {
@@ -3335,7 +3335,7 @@
seen_auth, NULL, 0)->name));
if (s->ipsec.cry_algo == GCRY_CIPHER_DES && !opt_1des) {
error(1, 0, "peer selected (single) DES as \"encrytion\" method.\n"
- "This algorithm is considered to weak today\n"
+ "This algorithm is considered too weak today\n"
"If your vpn concentrator admin still insists on using DES\n"
"use the \"--enable-1des\" option.\n");
} else if (s->ipsec.cry_algo == GCRY_CIPHER_NONE && !opt_no_encryption) {

Modified: trunk/vpnc.c
==============================================================================
--- trunk/vpnc.c (original)
+++ trunk/vpnc.c Sat Mar 24 16:07:08 2012
@@ -2739,7 +2739,7 @@
seen_auth, NULL, 0)->name));
if (s->ipsec.cry_algo == GCRY_CIPHER_DES && !opt_1des) {
error(1, 0, "peer selected (single) DES as \"encrytion\" method.\n"
- "This algorithm is considered to weak today\n"
+ "This algorithm is considered too weak today\n"
"If your vpn concentrator admin still insists on using DES\n"
"use the \"--enable-1des\" option.\n");
} else if (s->ipsec.cry_algo == GCRY_CIPHER_NONE && !opt_no_encryption) {

_______________________________________________
vpnc-devel mailing list
vpnc-devel@unix-ag.uni-kl.de
https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel
http://www.unix-ag.uni-kl.de/~massar/vpnc/