mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +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
|
@ -358,7 +358,7 @@ keyserver_import_ldap (const char *name)
|
|||
/* Stub:
|
||||
* No encryption here but mainproc links to these functions.
|
||||
*/
|
||||
int
|
||||
gpg_error_t
|
||||
get_session_key (PKT_pubkey_enc *k, DEK *dek)
|
||||
{
|
||||
(void)k;
|
||||
|
@ -367,7 +367,7 @@ get_session_key (PKT_pubkey_enc *k, DEK *dek)
|
|||
}
|
||||
|
||||
/* Stub: */
|
||||
int
|
||||
gpg_error_t
|
||||
get_override_session_key (DEK *dek, const char *string)
|
||||
{
|
||||
(void)dek;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue