(RAND_bytes): Don't abort() on failure, return error.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16749 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -65,7 +65,7 @@ RAND_bytes(void *outdata, size_t size) | |||||||
| 	close(fd); | 	close(fd); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     abort(); |     return 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| int | int | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand