[sr #107822] Testing 3.0.2 on AIX

Bjørn Christensen INVALID.NOREPLY at gnu.org
Wed Sep 28 18:57:46 CEST 2011


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/





More information about the Gnutls-devel mailing list