cryptop.public: Don't check an ACL.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 25 Dec 2011 23:47:22 +0000 (23:47 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 26 Dec 2011 00:08:44 +0000 (00:08 +0000)
It's not worthwhile: public keys will be clearly visible in an archive
copy.

cryptop.public

index a0054e9..27fde4b 100755 (executable)
@@ -36,7 +36,7 @@ case $# in 1) ;; *) usage_err ;; esac
 key=$1
 
 mktmp
-prepare "$key" info
+prepare "$key" -
 if [ -f $kdir/pub ]; then
   cat $kdir/pub
 else