mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Replace use of "gpg2" by GPG_NAME
Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
96bcd4220f
commit
7b58a1118d
3 changed files with 16 additions and 15 deletions
|
@ -37,12 +37,13 @@
|
|||
*
|
||||
* How to generate a test message:
|
||||
*
|
||||
* $ echo 0123456789abcdefghijklmnopqrstuvwxyz | gpg2 --disable-mdc -z 0 -c > msg.asc
|
||||
* $ gpg2 --list-packets msg.asc
|
||||
* $ echo 0123456789abcdefghijklmnopqrstuvwxyz | \
|
||||
* gpg --disable-mdc -z 0 -c > msg.asc
|
||||
* $ gpg --list-packets msg.asc
|
||||
* # Make sure the encryption packet contains a literal packet (without
|
||||
* # any nesting).
|
||||
* $ gpgsplit msg.asc
|
||||
* $ gpg2 --show-session-key -d msg.asc
|
||||
* $ gpg --show-session-key -d msg.asc
|
||||
* $ ./t-stutter --debug SESSION_KEY 000002-009.encrypted
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue