CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/08/24 10:08:30
Modified files:
lib/libssl/src/crypto/bio: bss_dgram.c
Log message:
Include <sys/time.h> to get struct timeval
The crypto/bio/bss_dgram.c file assumes that another file indirectly
includes <stdlib.h> that includes <sys/time.h>.
from Jonas 'Sortie' Termansen
ok deraadt@ tedu@
