gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sr #107822] Testing 3.0.2 on AIX


From: Bjørn Christensen
Subject: [sr #107822] Testing 3.0.2 on AIX
Date: Wed, 28 Sep 2011 16:57:46 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C)

Follow-up Comment #5, sr #107822 (project gnutls):

I changed system.c 

int
system_errno (gnutls_transport_ptr_t ptr)
{
#if defined(_AIX) || defined(AIX)
  if (errno == 0 || errno == ENOENT) errno = EAGAIN;
#endif

  return errno;
}

And I think it brought me further, now I got an assertion.
Assertion failed: keysize >= AES_MIN_KEY_SIZE, file  aes-set-encrypt-key.c,
line 57

and a core dump.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?107822>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]