summaryrefslogtreecommitdiffstats
path: root/src/crypto_linux.c
AgeCommit message (Collapse)Author
2013-08-20Fix lots of -Wextra warningsMatthias Schiffer
Everything clang and GCC warn about, except GCC's missing-field-initializers which are just stupid as they don't allow {} syntax to zero a field.
2013-08-07FreeBSD doesn't have alloca.hMatthias Schiffer
2013-02-27Don't include linux/if_alg.h when it is not neededMatthias Schiffer
2013-01-05Adjust copyright yearsMatthias Schiffer
2012-12-18Convert type names to _t conventionMatthias Schiffer
2012-11-01Move unistd.h include to fastd.hMatthias Schiffer
2012-09-21Nicely encapsulate different crypto algorithm implementationsMatthias Schiffer