Switch to an internal implementation of uuid generation, so we can use the randomness pool.
This commit is contained in:
4
adsbus/uuid.h
Normal file
4
adsbus/uuid.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
#define UUID_LEN 37
|
||||
void uuid_gen(char *);
|
||||
Reference in New Issue
Block a user