summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-05 21:01:53 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-05 21:12:30 +0200
commit683cda5b17f1c9db9d813af937ae7c560f140fee (patch)
treec03e55a852bc9e49ae0570ae2fbf2389e97d5742
parentb0722204422340f93645421df7152c2d01b0cde1 (diff)
downloadgnutls-683cda5b17f1c9db9d813af937ae7c560f140fee.tar.gz
Corrected typo. Reported by Andreas Metzler.
-rwxr-xr-xtests/dsa/testdsa2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dsa/testdsa b/tests/dsa/testdsa
index de1b41bab3..a1236becad 100755
--- a/tests/dsa/testdsa
+++ b/tests/dsa/testdsa
@@ -150,7 +150,7 @@ trap "kill $PID" 1 15 2
sleep 2
$CLI $DEBUG -p $PORT 127.0.0.1 --insecure </dev/null >/dev/null 2>&1 && \
- fail "Succeeded connection to a server with DSA 2048 key and TLS 1.0. Should have failed!"
+ fail "Succeeded connection to a server with DSA 3072 key and TLS 1.0. Should have failed!"
kill $PID
wait