Author: wmb Date: 2007-10-23 03:51:59 +0200 (Tue, 23 Oct 2007) New Revision: 697
Modified: cpu/x86/pc/olpc/security.fth Log: OLPC security - added an error message for the case where there are no signatures matching our public key.
Modified: cpu/x86/pc/olpc/security.fth =================================================================== --- cpu/x86/pc/olpc/security.fth 2007-10-23 01:27:37 UTC (rev 696) +++ cpu/x86/pc/olpc/security.fth 2007-10-23 01:51:59 UTC (rev 697) @@ -180,6 +180,7 @@ 2dup our-pubkey? if false exit then ( rem$ line$ ) 2drop ( rem$ ) repeat ( rem$ ) + " No signature for our key" ?lease-debug-cr 2drop true ;