X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gcrypt.c;h=5c05ba20badce165aa1f1369136ab90e5d9b41d9;hp=8d6db3490db95057b32168c3302fd0e2a0ee4e48;hb=aa066efd962198bbeed8e5bcee57572f9e15455a;hpb=ab98d5b8b03e0e2fdcf010fc8f6a6b0ab8f87564 diff --git a/gcrypt.c b/gcrypt.c index 8d6db349..5c05ba20 100644 --- a/gcrypt.c +++ b/gcrypt.c @@ -56,7 +56,7 @@ void get_random_bytes_or_die(unsigned char *buf, int num) * call to gcry_check_version() initializes the gcrypt library and checks that * we have at least the minimal required version. */ -void init_random_seed_or_die(void) +void crypt_init(void) { const char *req_ver = "1.5.0"; int seed;