mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-13 04:42:23 +03:00
libcrypto-compat: Fix indentation and return value
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
@@ -283,6 +283,7 @@ 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