pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-pcap/+/39304?usp=email )
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/04/39304/1
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);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcap/+/39304?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: I27e6d6ce64178384acbd0b8ee88d6f7ef6b2a61b
Gerrit-Change-Number: 39304
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>