From owner-freebsd-current@FreeBSD.ORG Fri May 19 07:54:16 2006 Return-Path: X-Original-To: freebsd-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 8A9FF16A423; Fri, 19 May 2006 07:54:16 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2983343D46; Fri, 19 May 2006 07:54:16 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1FgzoN-000IUx-6v; Fri, 19 May 2006 10:54:15 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: gnn@freebsd.org In-reply-to: Your message of Thu, 18 May 2006 10:10:38 -0700 . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 19 May 2006 10:54:15 +0300 From: Danny Braniss Message-ID: Cc: bz@freebsd.org, freebsd-current@freebsd.org Subject: Re: Opencrypto changes. Review request. 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: Fri, 19 May 2006 07:54:17 -0000 > Hi, > > I finally went over at least the netipsec part and it looks fine to > me. > > Later, > George I don't know if this applies, but on -STABLE /usr/include/crypto/rijndael.h void rijndael_set_key(rijndael_ctx *, const u_char *, int); refers to the kernel version while libssh has a different idea: void rijndael_set_key(rijndael_ctx *, u_char *, int, int); thanks, danny