mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-21 14:00:51 +03:00
temporarily silence checksrc
This commit is contained in:
committed by
Viktor Szakats
parent
048a6b411f
commit
c51a78657f
@@ -39,6 +39,11 @@
|
|||||||
|
|
||||||
#ifdef LIBSSH2_MBEDTLS /* compile only if we build with mbedtls */
|
#ifdef LIBSSH2_MBEDTLS /* compile only if we build with mbedtls */
|
||||||
|
|
||||||
|
#if MBEDTLS_VERSION_NUMBER < 0x03000000
|
||||||
|
/* !checksrc! disable LONGLINE 1 */
|
||||||
|
#define MBEDTLS_PRIVATE(m) m
|
||||||
|
#endif
|
||||||
|
|
||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
/*
|
/*
|
||||||
* mbedTLS backend: Global context handles
|
* mbedTLS backend: Global context handles
|
||||||
|
|||||||
@@ -100,7 +100,6 @@
|
|||||||
#define mbedtls_cipher_info_get_key_bitlen(c) (c->key_bitlen)
|
#define mbedtls_cipher_info_get_key_bitlen(c) (c->key_bitlen)
|
||||||
#define mbedtls_cipher_info_get_iv_size(c) (c->iv_size)
|
#define mbedtls_cipher_info_get_iv_size(c) (c->iv_size)
|
||||||
#define mbedtls_rsa_get_len(rsa) (rsa->len)
|
#define mbedtls_rsa_get_len(rsa) (rsa->len)
|
||||||
#define MBEDTLS_PRIVATE(m) m
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user