chiark
/
gitweb
/
~mdw
/
distorted-keys
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5cff41e
)
cryptop.public: Don't check an ACL.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 25 Dec 2011 23:47:22 +0000
(23:47 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/cryptop.public
b/cryptop.public
index a0054e97fcb4486dc0765527c891d90c0bcba4e2..27fde4b676c8a5ffd842bc37b6bba4415c5c9bd9 100755
(executable)
--- a/
cryptop.public
+++ b/
cryptop.public
@@
-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