From owner-freebsd-current@FreeBSD.ORG Sat Jul 23 03:30:04 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC29816A41F for ; Sat, 23 Jul 2005 03:30:04 +0000 (GMT) (envelope-from julian@elischer.org) Received: from postoffice.vicor-nb.com (postoffice.vicor.com [69.26.56.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBBAB43D48 for ; Sat, 23 Jul 2005 03:30:03 +0000 (GMT) (envelope-from julian@elischer.org) Received: from localhost (localhost [127.0.0.1]) by postoffice.vicor-nb.com (Postfix) with ESMTP id 4F3C44CE9B5 for ; Wed, 20 Jul 2005 20:09:20 -0700 (PDT) Received: from postoffice.vicor-nb.com ([127.0.0.1]) by localhost (postoffice.vicor-nb.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 89296-04 for ; Wed, 20 Jul 2005 20:09:19 -0700 (PDT) Received: from bigwoop.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by postoffice.vicor-nb.com (Postfix) with ESMTP id E95E44CE91B for ; Wed, 20 Jul 2005 20:09:19 -0700 (PDT) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by bigwoop.vicor-nb.com (Postfix) with ESMTP id DA7207A403 for ; Wed, 20 Jul 2005 20:09:19 -0700 (PDT) Message-ID: <42DF11DF.4070405@elischer.org> Date: Wed, 20 Jul 2005 20:09:19 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050629 X-Accept-Language: en, hu MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postoffice.vicor.com Cc: Subject: whither libcipher? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2005 03:30:05 -0000 since setkey(3) has now gone away so thoroughly that there is not even a man page sying how to replace it, I need to port some code that uses it.. What is the suggested replacement? of course it is still on linux.. apparently in libcrypt. but that doesn't help me keep this code on BSD..