From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109043 invoked by alias); 21 May 2018 22:07:48 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 109016 invoked by uid 89); 21 May 2018 22:07:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: mailbackend.panix.com X-Gm-Message-State: ALKqPweAIoDlwJrzDZ6eqgIxauggJ6U+10M/rmFxJEezm2z5NlyqavhI brmqUWkBColJxQ+3+0vrrDKtwu+DmCCtW0ZiLA0= X-Google-Smtp-Source: AB8JxZrzTcvcXkUMI4lCytq0VA7+tpTTrDeTDa5u4EIR/m+bTUjydfX0uzY+aGc6vwQiWQdbsphvYW/ypR4uyZwiiMg= X-Received: by 2002:a9d:3ce9:: with SMTP id t38-v6mr15474814otf.166.1526940463088; Mon, 21 May 2018 15:07:43 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20180521173853.5172-1-zackw@panix.com> <20180521173853.5172-5-zackw@panix.com> From: Zack Weinberg Date: Mon, 21 May 2018 22:07:00 -0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 4/4] New configure option --disable-crypt. To: Joseph Myers Cc: GNU C Library , "Carlos O'Donell" , Florian Weimer , Rical Jasan , Thorsten Kukuk Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-05/txt/msg00701.txt.bz2 On Mon, May 21, 2018 at 3:51 PM, Joseph Myers wrote: > On Mon, 21 May 2018, Zack Weinberg wrote: > >> unistd.h continues to define _XOPEN_CRYPT to 1 and to declare crypt. > > I'd expect _XOPEN_CRYPT to change in patch 1, since it includes encrypt > and setkey. No, this is an intentional deviation from the present state of POSIX, anticipating the removal of those functions from the standard. zw