diff options
author | David Timber <mieabby@gmail.com> | 2020-09-28 17:46:33 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-09-28 17:46:33 +0930 |
commit | 5dbfcb1f66b681fbb6cdec8836efe2c2d84f957e (patch) | |
tree | ea0412b8e33ee991f83b3832f93852d7d4c5484e /src/mbedtls.h | |
parent | 909e45f775fb5908ab7a4d68eabf9beb91e36ef2 (diff) |
The 80 column rule ...
* Remove prne_rnd_anum_str()
Diffstat (limited to 'src/mbedtls.h')
-rw-r--r-- | src/mbedtls.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mbedtls.h b/src/mbedtls.h index 00386ee..0811aa3 100644 --- a/src/mbedtls.h +++ b/src/mbedtls.h @@ -13,7 +13,11 @@ // Callback that masks `MBEDTLS_X509_BADCERT_EXPIRED` -int prne_mbedtls_x509_crt_verify_cb (void *param, mbedtls_x509_crt *crt, int crt_depth, uint32_t *flags); +int prne_mbedtls_x509_crt_verify_cb ( + void *param, + mbedtls_x509_crt *crt, + int crt_depth, + uint32_t *flags); int prne_mbedtls_ssl_send_cb (void *ctx, const unsigned char *buf, size_t len); int prne_mbedtls_ssl_recv_cb (void *ctx, unsigned char *buf, size_t len); /* |