mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Re-indent and changed return type.
This commit is contained in:
parent
a1412b05de
commit
ac823ac671
3 changed files with 276 additions and 245 deletions
|
@ -480,8 +480,8 @@ int signature_check2( PKT_signature *sig, gcry_md_hd_t digest, u32 *r_expiredate
|
|||
int is_secret_key_protected (PKT_public_key *pk);
|
||||
|
||||
/*-- pubkey-enc.c --*/
|
||||
int get_session_key( PKT_pubkey_enc *k, DEK *dek );
|
||||
int get_override_session_key( DEK *dek, const char *string );
|
||||
gpg_error_t get_session_key (PKT_pubkey_enc *k, DEK *dek);
|
||||
gpg_error_t get_override_session_key (DEK *dek, const char *string);
|
||||
|
||||
/*-- compress.c --*/
|
||||
int handle_compressed( void *ctx, PKT_compressed *cd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue