From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 22 20:30:57 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6FA5106564A for ; Tue, 22 Nov 2011 20:30:57 +0000 (UTC) (envelope-from aram_baghomian@hotmail.com) Received: from snt0-omc2-s50.snt0.hotmail.com (snt0-omc2-s50.snt0.hotmail.com [65.54.61.101]) by mx1.freebsd.org (Postfix) with ESMTP id BF1BC8FC0A for ; Tue, 22 Nov 2011 20:30:57 +0000 (UTC) Received: from SNT140-W64 ([65.55.90.72]) by snt0-omc2-s50.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 22 Nov 2011 12:30:57 -0800 Message-ID: X-Originating-IP: [2.146.142.238] From: aram baghomian To: Date: Tue, 22 Nov 2011 20:30:57 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 22 Nov 2011 20:30:57.0110 (UTC) FILETIME=[A3BA1F60:01CCA955] Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: crypto.ko module problem X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2011 20:30:58 -0000 Hi If you can remember i wanted to add my custom hash algorithm to the opencry= pto project=2C after i added it=20 and compile my kernel source( by your advise)=2Ci load the crypto.ko module= using kldload and give this error. link_elf: symbol MYHASHUpdate undefined MYHASHUpdate is one of my hash functions that i add to the source. what should i do that i forget?=20 =