Mercurial > dropbear
diff dbrandom.c @ 1401:ead816a63549
use #ifdef DROPBEAR_PRNGD_SOCKET instead of #if
author | Francois Perrad <francois.perrad@gadz.org> |
---|---|
date | Sat, 19 Nov 2016 10:38:47 +0100 |
parents | 750ec4ec4cbe |
children | 798854f62430 06d52bcb8094 |
line wrap: on
line diff
--- a/dbrandom.c Fri Jun 02 23:35:30 2017 +0800 +++ b/dbrandom.c Sat Nov 19 10:38:47 2016 +0100 @@ -59,7 +59,7 @@ unsigned int readcount; int ret = DROPBEAR_FAILURE; -#if DROPBEAR_PRNGD_SOCKET +#ifdef DROPBEAR_PRNGD_SOCKET if (prngd) { readfd = connect_unix(filename); @@ -107,7 +107,7 @@ wantread = MIN(sizeof(readbuf), len-readcount); } -#if DROPBEAR_PRNGD_SOCKET +#ifdef DROPBEAR_PRNGD_SOCKET if (prngd) { char egdcmd[2]; @@ -185,7 +185,7 @@ /* existing state */ sha1_process(&hs, (void*)hashpool, sizeof(hashpool)); -#if DROPBEAR_PRNGD_SOCKET +#ifdef DROPBEAR_PRNGD_SOCKET if (process_file(&hs, DROPBEAR_PRNGD_SOCKET, INIT_SEED_SIZE, 1) != DROPBEAR_SUCCESS) { dropbear_exit("Failure reading random device %s",