svn commit: r252345 - head/sbin/swapon

Ed Schouten ed at 80386.nl
Sat Jun 29 21:53:21 UTC 2013


Hi Hiroki,

2013/6/28 Hiroki Sato <hrs at freebsd.org>:
> +static char aalgo_default[] = "hmac/sha256";
> +static char ealgo_default[] = "aes";
> ...
> -       aalgo = "hmac/sha256";
> -       ealgo = "aes";
> +       aalgo = aalgo_default;
> +       ealgo = ealgo_default;

Strictly speaking, this should not be necessary. Any thoughts on the
following patch?

http://80386.nl/pub/swapon.txt

--
Ed Schouten <ed at 80386.nl>


More information about the svn-src-all mailing list