From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/1039 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.user Subject: Re: Upgrading to Oort? Date: Wed, 04 Sep 2002 02:20:47 +0200 Message-ID: References: <6PLc9.90671$kp.732844@rwcrnsc52.ops.asp.att.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138667879 9477 80.91.229.2 (31 Jan 2006 00:37:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:37:59 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:28:32 2006 Original-Path: quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: 178.230.13.217.in-addr.dgcsystems.net Original-X-Trace: quimby.gnus.org 1031100916 22739 217.13.230.178 (4 Sep 2002 00:55:16 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 4 Sep 2002 00:55:16 GMT User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:+n1NDkpzHGq62ldy43ELfGKENhg= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:1179 Original-Lines: 32 X-Gnus-Article-Number: 1179 Tue Jan 17 17:28:32 2006 Xref: news.gmane.org gmane.emacs.gnus.user:1039 Archived-At: "Peter Davis" writes: > Here's the backtrace. I apologize for posting with OE. As I said, I can't > post with gnus at the moment. > > Signaling: (file-error "Searching for program" "No such file or directory" > "openssl") > start-process-internal("*call-process*" # > "openssl" "sha1") Try this patch. It is added to CVS. Index: message.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v retrieving revision 6.248 diff -u -p -u -w -r6.248 message.el --- message.el 2002/08/28 11:24:32 6.248 +++ message.el 2002/09/04 00:52:08 @@ -3139,10 +3139,11 @@ documentation for the function `mail-sou (defun message-canlock-generate () "Return a string that is non-trival to guess. Do not use this for anything important, it is cryptographically weak." + (let (sha1-maximum-internal-length) (sha1 (concat (message-unique-id) (format "%x%x%x" (random) (random t) (random)) (prin1-to-string (recent-keys)) - (prin1-to-string (garbage-collect))))) + (prin1-to-string (garbage-collect)))))) (defun message-canlock-password () "The password used by message for cancel locks.