diff --git a/apps/makekeys.c b/apps/makekeys.c index fe5cd05..0b02381 100644 --- a/apps/makekeys.c +++ b/apps/makekeys.c @@ -41,13 +41,13 @@ int main(int argc, char **argv) } randfd = open("/dev/urandom", O_RDONLY); - if(randfd == -1) - { + if(randfd == -1) + { printf("No access to urandom\n"); return -1; - } - - uint32_t l_private[NUM_ECC_DIGITS]; + } + + uint32_t l_private[NUM_ECC_DIGITS]; EccPoint l_public; for(i=0; i