Skip to content

Commit

Permalink
* add version attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
nahi committed Oct 30, 2004
1 parent 32a8722 commit 3a386a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/pgp/packet/publickeysupport.rb
Expand Up @@ -92,6 +92,10 @@ def load_publickey_body(packet, port)
def load_algorithm(port)
load_1octet(port)
end

def load_version(port)
load_1octet(port)
end
end
end

Expand Down

0 comments on commit 3a386a6

Please sign in to comment.