|
@@ -155,10 +155,10 @@ rend_compute_v2_desc_id(char *desc_id_out, const char *service_id,
|
|
|
}
|
|
|
|
|
|
time_period = get_time_period(now, 0, service_id_binary);
|
|
|
-
|
|
|
+
|
|
|
get_secret_id_part_bytes(secret_id_part, time_period, descriptor_cookie,
|
|
|
replica);
|
|
|
-
|
|
|
+
|
|
|
rend_get_descriptor_id_bytes(desc_id_out, service_id_binary, secret_id_part);
|
|
|
return 0;
|
|
|
}
|