X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=openssl.c;h=bc287905c2f4036bfac69c42938d8f5b44a47a16;hb=be7c18842422e6fbf95dc726f8cfb9b13b09be0b;hp=718498763c8ccc287fafc78edc22157d5fff7193;hpb=204d769c9ae3d1a55a36dc01afd3a5e6e9654029;p=paraslash.git diff --git a/openssl.c b/openssl.c index 71849876..bc287905 100644 --- a/openssl.c +++ b/openssl.c @@ -37,12 +37,8 @@ void get_random_bytes_or_die(unsigned char *buf, int num) } /* - * Read 64 bytes from /dev/urandom and add them to the SSL PRNG. Seed the PRNG - * used by random(3) with a random seed obtained from SSL. If /dev/urandom is - * not readable, the function calls exit(). - * - * \sa RAND_load_file(3), \ref get_random_bytes_or_die(), srandom(3), - * random(3), \ref para_random(). + * Read 64 bytes from /dev/urandom and add them to the SSL PRNG. Then seed the + * PRNG used by random(3) with a random seed obtained from SSL. */ void crypt_init(void) {