chiark / gitweb /
cryptop.public: Don't check an ACL.
[distorted-keys] / cryptop.public
index a0054e97fcb4486dc0765527c891d90c0bcba4e2..27fde4b676c8a5ffd842bc37b6bba4415c5c9bd9 100755 (executable)
@@ -36,7 +36,7 @@ case $# in 1) ;; *) usage_err ;; esac
 key=$1
 
 mktmp
 key=$1
 
 mktmp
-prepare "$key" info
+prepare "$key" -
 if [ -f $kdir/pub ]; then
   cat $kdir/pub
 else
 if [ -f $kdir/pub ]; then
   cat $kdir/pub
 else