From owner-freebsd-current@FreeBSD.ORG Sat Jul 23 03:30:07 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 61CBA16A41F for ; Sat, 23 Jul 2005 03:30:07 +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 0A2C043D58 for ; Sat, 23 Jul 2005 03:30:05 +0000 (GMT) (envelope-from julian@elischer.org) Received: from localhost (localhost [127.0.0.1]) by postoffice.vicor-nb.com (Postfix) with ESMTP id 144DC4CEA34 for ; Wed, 20 Jul 2005 18:02:29 -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 85691-04 for ; Wed, 20 Jul 2005 18:02:28 -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 A883F4CEA2A for ; Wed, 20 Jul 2005 18:02:28 -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 9BACC7A403 for ; Wed, 20 Jul 2005 18:02:28 -0700 (PDT) Message-ID: <42DEF424.4070607@elischer.org> Date: Wed, 20 Jul 2005 18:02:28 -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=ISO-8859-1; 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:07 -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..