Loading crypto/rand/rand_vms.c +4 −0 Original line number Diff line number Diff line Loading @@ -507,7 +507,11 @@ int rand_pool_add_additional_data(RAND_POOL *pool) * concurrently (which is the case for the <master> drbg). */ data.tid = CRYPTO_THREAD_get_current_id(); #if __CRTL_VER >= 80400000 sys$gettim_prec(&data.time); #else sys$gettim((void*)&data.time); #endif return rand_pool_add(pool, (unsigned char *)&data, sizeof(data), 0); } Loading Loading
crypto/rand/rand_vms.c +4 −0 Original line number Diff line number Diff line Loading @@ -507,7 +507,11 @@ int rand_pool_add_additional_data(RAND_POOL *pool) * concurrently (which is the case for the <master> drbg). */ data.tid = CRYPTO_THREAD_get_current_id(); #if __CRTL_VER >= 80400000 sys$gettim_prec(&data.time); #else sys$gettim((void*)&data.time); #endif return rand_pool_add(pool, (unsigned char *)&data, sizeof(data), 0); } Loading