Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Make bin/openpgp more useful #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

devrandom
Copy link

I've added code to make it dump packets instead of doing nothing.

Regarding

#!/usr/bin/env ruby -rubygems

unfortunately, on some systems (e.g. Ubuntu Lucid), #! only splits the first two arguments, so the script fails to run.

Regarding decode_count - it's called here in a way which requires it to be public:

  s2k.count = s2k.decode_count(input.read_byte)

(ruby 1.8.7)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant