From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 8 09:50:23 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EABBF16A4E5 for ; Fri, 8 Sep 2006 09:50:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A08C843D5D for ; Fri, 8 Sep 2006 09:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k889oMOr042264 for ; Fri, 8 Sep 2006 09:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k889oMqb042263; Fri, 8 Sep 2006 09:50:22 GMT (envelope-from gnats) Resent-Date: Fri, 8 Sep 2006 09:50:22 GMT Resent-Message-Id: <200609080950.k889oMqb042263@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Danny Braniss Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9DFA16A4E6 for ; Fri, 8 Sep 2006 09:42:52 +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 3468A43D7D for ; Fri, 8 Sep 2006 09:42:46 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from bsd.cs.huji.ac.il ([132.65.16.112]) by cs1.cs.huji.ac.il with esmtp id 1GLcsn-00046M-8e for FreeBSD-gnats-submit@freebsd.org; Fri, 08 Sep 2006 12:42:45 +0300 Received: from danny by bsd.cs.huji.ac.il with local (Exim 4.60) (envelope-from ) id 1GLcsn-0005xN-7z for FreeBSD-gnats-submit@freebsd.org; Fri, 08 Sep 2006 12:42:45 +0300 Message-Id: Date: Fri, 08 Sep 2006 12:42:45 +0300 From: Danny Braniss To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: misc/103022: /usr/include/crypto/rijndael.h is wrong X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Danny Braniss List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 09:50:24 -0000 >Number: 103022 >Category: misc >Synopsis: /usr/include/crypto/rijndael.h is wrong >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 08 09:50:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Danny Braniss >Release: FreeBSD 6.1-STABLE amd64 >Organization: >Environment: System: FreeBSD bsd 6.1-STABLE FreeBSD 6.1-STABLE #17: Sat Sep 2 10:55:04 IDT 2006 danny@bsd:/r+d/obj/bsd/r+d/6.1/src/sys/HUJI amd64 >Description: in 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); this makes a user-land compilation fail. >How-To-Repeat: #include ... rijndael_set_key(ctx, a, b, c); ... will fail to compile. >Fix: install in /usr/local/crypto the correct rijndael.h, /usr/src/crypto/openssh/rijndael.h >Release-Note: >Audit-Trail: >Unformatted: