diff --git a/lib/des/rand.c b/lib/des/rand.c index 335ef3bb2..d50582a75 100644 --- a/lib/des/rand.c +++ b/lib/des/rand.c @@ -65,7 +65,7 @@ RAND_bytes(void *outdata, size_t size) close(fd); } - abort(); + return 0; } int