1
0
Fork 0
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:
Werner Koch 2010-04-21 17:30:07 +00:00
parent a1412b05de
commit ac823ac671
3 changed files with 276 additions and 245 deletions

View file

@ -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;