summaryrefslogtreecommitdiff
path: root/lib/gnutls_global.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-07-02 15:24:05 +0200
committerSimon Josefsson <simon@josefsson.org>2008-07-02 15:24:05 +0200
commitbade988016aa5d2936c6bdf53570125181cfe2f9 (patch)
tree65948be9cd75ccfb8fd2a6c26ad15caed4119cc5 /lib/gnutls_global.c
parent36f07088e2979bf28e52fec4992d3da04e73eb6c (diff)
downloadgnutls-bade988016aa5d2936c6bdf53570125181cfe2f9.tar.gz
Indent code.
Diffstat (limited to 'lib/gnutls_global.c')
-rw-r--r--lib/gnutls_global.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/gnutls_global.c b/lib/gnutls_global.c
index d1afe66edd..17d5ab6a72 100644
--- a/lib/gnutls_global.c
+++ b/lib/gnutls_global.c
@@ -296,10 +296,10 @@ gnutls_global_init (void)
}
/* Initialize the random generator */
- result = _gnutls_rnd_init();
+ result = _gnutls_rnd_init ();
if (result < 0)
{
- gnutls_assert();
+ gnutls_assert ();
goto out;
}
@@ -325,10 +325,10 @@ gnutls_global_deinit (void)
#if HAVE_WINSOCK
WSACleanup ();
#endif
- _gnutls_rnd_deinit();
+ _gnutls_rnd_deinit ();
asn1_delete_structure (&_gnutls_gnutls_asn);
asn1_delete_structure (&_gnutls_pkix1_asn);
- _gnutls_crypto_deregister();
+ _gnutls_crypto_deregister ();
}
_gnutls_init--;
}