summaryrefslogtreecommitdiff
path: root/security/ssldump/patches
AgeCommit message (Collapse)AuthorFilesLines
2011-10-01Fix build on -current.shattered1-5/+9
2011-09-13PR/39646 -- add AES patch, fromshattered1-0/+163
http://people.freebsd.org/~tmclaugh/files/ssldump-aes.diff
2007-06-17Don't pull in <net/bpf.h> on MacOS, it's already pulled inhubertf1-3/+3
via libpcap. XXX Still needs PREFER.libpcap=pkgsrc in mk.conf to build, but it's a step forward.
2006-05-12Don't include both net/bpf.h and pcap.h on DragonFly.joerg1-0/+14
XXX Are both needed on any platform at all?
2005-12-11Compile with the OpenSSL in NetBSD-current.salo1-0/+22
Patch from ssldump bug tracker, via <veego>.