]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
small update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 10 Jun 2013 17:25:30 +0000 (19:25 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 10 Jun 2013 17:25:30 +0000 (19:25 +0200)
tests/mini-overhead.c

index a7f8025fc71d1664145c0e8e199d65b3eabc0f6c..b4d90f63fd53d18c252943f87fd17ebf734543bf 100644 (file)
@@ -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);