diff options
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index 71842968c..1ce723301 100644 --- a/g10/main.h +++ b/g10/main.h @@ -71,6 +71,7 @@ void idea_cipher_warn( int show ); struct expando_args { PKT_public_key *pk; + PKT_secret_key *sk; byte imagetype; }; |