mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Fix capitalization issues
This commit is contained in:
parent
30481e5a17
commit
0335a5f458
9 changed files with 72 additions and 53 deletions
|
@ -300,6 +300,9 @@ passphrase_to_dek( u32 *keyid, int pubkey_algo,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/* Stub: no decrypting, so no IDEA needed */
|
||||
void
|
||||
idea_cipher_warn(void) {}
|
||||
|
||||
/* Stubs to void linking to ../cipher/cipher.c */
|
||||
int string_to_cipher_algo( const char *string ) { return 0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue