[#] http://marc.info/?l=openbsd-cvs&m=140889652515139&w=2
openbsd-cvs(obsdave,2) — All
2014-08-24 20:55:11


Module name: src
Changes by: bcook@cvs.openbsd.org 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@