From bd91ef662be1f4d24544600890797f6523f04607 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Sun, 12 Oct 2014 01:02:17 +0200 Subject: [PATCH] Fixed conding style (tab->spaces) --- libratbox/src/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libratbox/src/openssl.c b/libratbox/src/openssl.c index a3d843e..00c4bf6 100644 --- a/libratbox/src/openssl.c +++ b/libratbox/src/openssl.c @@ -522,7 +522,7 @@ rb_init_prng(const char *path, prng_seed_t seed_type) { /* We may not have EGD (old OpenSSL / LibreSSL), fall back to default */ #ifndef HAVE_SSL_RAND_EGD - seed_type = RB_PRNG_DEFAULT; + seed_type = RB_PRNG_DEFAULT; #endif if(seed_type == RB_PRNG_DEFAULT) {