summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-29 12:49:22 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-29 12:49:22 +0200
commita61b77ca1800f69cf8be7241e9b19ef9c76b3464 (patch)
treef55609c364069a99f3b8adb12c8a4277d1214697
parentc12147ea1ae3d6b083dd4baa9b53971ade761f32 (diff)
downloadgnutls-a61b77ca1800f69cf8be7241e9b19ef9c76b3464.tar.gz
Re-add comment about too long function, it is one of the most complex in gnutls.
-rw-r--r--lib/gnutls_constate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_constate.c b/lib/gnutls_constate.c
index e8db441c15..bd24b45c12 100644
--- a/lib/gnutls_constate.c
+++ b/lib/gnutls_constate.c
@@ -58,6 +58,8 @@ static int
_gnutls_set_keys (gnutls_session_t session, int hash_size, int IV_size,
int key_size, int export_flag)
{
+ /* FIXME: This function is too long
+ */
opaque rnd[2 * GNUTLS_RANDOM_SIZE];
opaque rrnd[2 * GNUTLS_RANDOM_SIZE];
int pos, ret;