mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 02:38:09 +09:00
wrapper: Reformat crypto_new
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Norbert Pocs <npocs@redhat.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@@ -147,7 +147,8 @@ static void cipher_free(struct ssh_cipher_struct *cipher) {
|
|||||||
SAFE_FREE(cipher);
|
SAFE_FREE(cipher);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct ssh_crypto_struct *crypto_new(void) {
|
struct ssh_crypto_struct *crypto_new(void)
|
||||||
|
{
|
||||||
struct ssh_crypto_struct *crypto;
|
struct ssh_crypto_struct *crypto;
|
||||||
|
|
||||||
crypto = malloc(sizeof(struct ssh_crypto_struct));
|
crypto = malloc(sizeof(struct ssh_crypto_struct));
|
||||||
|
|||||||
Reference in New Issue
Block a user