From: Nikos Mavrogiannopoulos Date: Mon, 10 Jun 2013 17:25:30 +0000 (+0200) Subject: small update X-Git-Tag: gnutls_3_2_2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbddc2a3ce8c6a307814c6f448979dcca9340555;p=thirdparty%2Fgnutls.git small update --- diff --git a/tests/mini-overhead.c b/tests/mini-overhead.c index a7f8025fc7..b4d90f63fd 100644 --- a/tests/mini-overhead.c +++ b/tests/mini-overhead.c @@ -345,7 +345,7 @@ doit (void) { signal(SIGCHLD, ch_handler); - /* 13 + 20(sha1) + 16(iv) + 1(min pad) + rounding(15) */ + /* 13 + 20(sha1) + 16(iv) + 16(max pad) */ start("NONE:+VERS-DTLS1.0:+AES-128-CBC:+SHA1:+SIGN-ALL:+COMP-NULL:+RSA", 65); /* 13 + 16(tag) + 4(iv) */ start("NONE:+VERS-DTLS1.0:+AES-128-GCM:+AEAD:+SIGN-ALL:+COMP-NULL:+RSA", 33);