Hi,

Some of the encryption checks were failing because they
were looking in the wrong place for the key file.

I'm not sure if this was my fault for not running configure
properly, but I've included the diffs below just in case.

regards,
Martin


--- testEnc.sh  Mon Nov 25 11:02:09 2002
+++ testEnc.sh-old      Mon Nov 25 11:13:24 2002
@@ -7,7 +7,7 @@
 tmpfile=/tmp/testEnc.$timestamp-$$.tmp
 logfile=/tmp/testEnc.$timestamp-$$.log
 script="$0"
-keysfile=$topfolder/keys/keys.xml
+keysfile=$topfolder/keys.xml
 
 if [ -n "$DEBUG_MEMORY" ] ; then 
     export VALGRIND="valgrind --leak-check=yes --show-reachable=yes --num-callers=16 
-v"




_______________________________________________
xmlsec mailing list
[EMAIL PROTECTED]
http://www.aleksey.com/mailman/listinfo/xmlsec

Reply via email to