pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcap/+/39304?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: cosmetic: osmo_tls: Fix indentation whitespace ......................................................................
cosmetic: osmo_tls: Fix indentation whitespace
Change-Id: I27e6d6ce64178384acbd0b8ee88d6f7ef6b2a61b --- M src/osmo_tls.c 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/src/osmo_tls.c b/src/osmo_tls.c index f1f08ca..8524ee3 100644 --- a/src/osmo_tls.c +++ b/src/osmo_tls.c @@ -170,7 +170,7 @@ int rc; rc = gnutls_global_init(); CHECK_RC(rc, "init failed"); - gnutls_global_set_log_function(tls_log_func); + gnutls_global_set_log_function(tls_log_func); }
void osmo_tls_server_init(struct osmo_pcap_server *server) @@ -483,7 +483,7 @@ sess->anon_alloc = true;
/* x509 certificate handling */ - rc = gnutls_certificate_allocate_credentials(&sess->cert_cred); + rc = gnutls_certificate_allocate_credentials(&sess->cert_cred); if (rc != GNUTLS_E_SUCCESS) { LOGP(DTLS, LOGL_ERROR, "Failed to allocate x509 cred rc=%d\n", rc); osmo_tls_release(sess);