mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
8e27248698
Our coding standards say that OpenAFS source files should always have #include <afsconfig.h> #include <afs/param.h> at the start of the file. Including just param.h, or having these includes in a different order can produce unexpected effects, because param.h includes sysnames.h, which in turn includes stds.h, which may rely upon having the results of configure tests available. Fix the obvious places in the Unix build which get this wrong. Change-Id: I081f04dab30a6bbb49fe71d3ac2d7c11e231e2f5 Reviewed-on: http://gerrit.openafs.org/1912 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
NOTE: fc_cbc_encrypt now modifies its 5th argument, to permit chaining over scatter/gather vectors.