mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-05 09:30:35 +03:00
openssl: formatting (delete empty lines) [ci skip]
This commit is contained in:
@@ -562,7 +562,6 @@ _libssh2_dsa_sha1_verify(libssh2_dsa_ctx * dsactx,
|
|||||||
if(!_libssh2_sha1(m, m_len, hash))
|
if(!_libssh2_sha1(m, m_len, hash))
|
||||||
/* _libssh2_sha1() succeeded */
|
/* _libssh2_sha1() succeeded */
|
||||||
ret = DSA_do_verify(hash, SHA_DIGEST_LENGTH, dsasig, dsactx);
|
ret = DSA_do_verify(hash, SHA_DIGEST_LENGTH, dsasig, dsactx);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
DSA_SIG_free(dsasig);
|
DSA_SIG_free(dsasig);
|
||||||
|
|||||||
@@ -382,7 +382,6 @@ extern void _libssh2_openssl_crypto_exit(void);
|
|||||||
#define _libssh2_rsa_free(rsactx) EVP_PKEY_free(rsactx)
|
#define _libssh2_rsa_free(rsactx) EVP_PKEY_free(rsactx)
|
||||||
#else
|
#else
|
||||||
#define libssh2_rsa_ctx RSA
|
#define libssh2_rsa_ctx RSA
|
||||||
|
|
||||||
#define _libssh2_rsa_free(rsactx) RSA_free(rsactx)
|
#define _libssh2_rsa_free(rsactx) RSA_free(rsactx)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -395,7 +394,6 @@ extern void _libssh2_openssl_crypto_exit(void);
|
|||||||
#define _libssh2_dsa_free(rsactx) EVP_PKEY_free(rsactx)
|
#define _libssh2_dsa_free(rsactx) EVP_PKEY_free(rsactx)
|
||||||
#else
|
#else
|
||||||
#define libssh2_dsa_ctx DSA
|
#define libssh2_dsa_ctx DSA
|
||||||
|
|
||||||
#define _libssh2_dsa_free(dsactx) DSA_free(dsactx)
|
#define _libssh2_dsa_free(dsactx) DSA_free(dsactx)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user