From owner-svn-src-all@FreeBSD.ORG Sat Jun 29 21:53:21 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D31512FE; Sat, 29 Jun 2013 21:53:21 +0000 (UTC) (envelope-from edschouten@gmail.com) Received: from mail-vc0-x22e.google.com (mail-vc0-x22e.google.com [IPv6:2607:f8b0:400c:c03::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 60F211780; Sat, 29 Jun 2013 21:53:21 +0000 (UTC) Received: by mail-vc0-f174.google.com with SMTP id kw10so1310486vcb.19 for ; Sat, 29 Jun 2013 14:53:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=HUAlJmm7mPoHIJWi0aI/L1hMbtDlAxhqD0E3PqWMjls=; b=BlEp4ZFXGXGzEGwlfBP4FtbZH78Yp+o5lJvu6eGlhrrsE0ZFddY+EuIrkpeUhilxud /gyV1bYAjHRQ9t1NPfE/+vs2j1jtIFar3Y8OcDgoScwlWHk0rT7rd+BTaevW1tKgnROD OWbDvNXfDdN/EO87amYd3ll7O0pnThXUgPHe82uq/zerUobMpqhoLhKa7Nd9nQtmIzor N4ZRx01LvTmHbomHqYUMAjNOsKIqUIqXo+gEipRZibPJ7KJBElK8/HumoyHIUoD40sdY gjcXMgJ3+ytlerjr8G0TViEzfYiAiiBXc0OtEAODjbskeCeHYKelCVS0+sDDDy2oVC0i 92iQ== MIME-Version: 1.0 X-Received: by 10.221.4.4 with SMTP id oa4mr7490167vcb.70.1372542800208; Sat, 29 Jun 2013 14:53:20 -0700 (PDT) Sender: edschouten@gmail.com Received: by 10.220.107.139 with HTTP; Sat, 29 Jun 2013 14:53:20 -0700 (PDT) In-Reply-To: <201306281624.r5SGOEmK015155@svn.freebsd.org> References: <201306281624.r5SGOEmK015155@svn.freebsd.org> Date: Sat, 29 Jun 2013 23:53:20 +0200 X-Google-Sender-Auth: qUO05sPlhSR_dLrOKkZVqhWtQP8 Message-ID: Subject: Re: svn commit: r252345 - head/sbin/swapon From: Ed Schouten To: Hiroki Sato Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jun 2013 21:53:21 -0000 Hi Hiroki, 2013/6/28 Hiroki Sato : > +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