Fix NO_OS_DEPENDENCE detection, thanks to jcnarlo (Issue 141)

pull/156/head
Jeffrey Walton 2016-03-04 11:34:17 -05:00
parent 1743b976f7
commit 73fd1ac80e
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ bool TestOS_RNG()
return pass;
}
#if NO_OS_DEPENDENCE
#ifdef NO_OS_DEPENDENCE
bool TestAutoSeeded()
{
return true;