mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 10:40:27 +09:00
libcrypto-compat: Fix indentation and return value
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
(cherry picked from commit eebb02fff5)
This commit is contained in:
committed by
Andreas Schneider
parent
5972d7a98e
commit
078cb4c6f3
@@ -282,7 +282,8 @@ void EVP_MD_CTX_free(EVP_MD_CTX *ctx)
|
|||||||
|
|
||||||
int EVP_CIPHER_CTX_reset(EVP_CIPHER_CTX *ctx)
|
int EVP_CIPHER_CTX_reset(EVP_CIPHER_CTX *ctx)
|
||||||
{
|
{
|
||||||
EVP_CIPHER_CTX_init(ctx);
|
EVP_CIPHER_CTX_init(ctx);
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
HMAC_CTX *HMAC_CTX_new(void)
|
HMAC_CTX *HMAC_CTX_new(void)
|
||||||
|
|||||||
Reference in New Issue
Block a user