Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2013 23:53:20 +0200
From:      Ed Schouten <ed@80386.nl>
To:        Hiroki Sato <hrs@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r252345 - head/sbin/swapon
Message-ID:  <CAJOYFBBuvMDme4fryVY2XyAFrbsuWLwGHn--wQJbOaWtG_Amtw@mail.gmail.com>
In-Reply-To: <201306281624.r5SGOEmK015155@svn.freebsd.org>
References:  <201306281624.r5SGOEmK015155@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Hiroki,

2013/6/28 Hiroki Sato <hrs@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@80386.nl>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJOYFBBuvMDme4fryVY2XyAFrbsuWLwGHn--wQJbOaWtG_Amtw>