make RNG API (officially) public

Fixes #189

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel
2022-02-01 12:45:44 +01:00
parent 3a3b4faa10
commit 118087f2a1
8 changed files with 52 additions and 78 deletions

View File

@@ -35,8 +35,6 @@
#include "common.h" /* xmpp_alloc, xmpp_free */
#include "ostypes.h" /* uint8_t, uint32_t, size_t */
#include "rand.h" /* xmpp_rand_t */
#ifndef USE_GETRANDOM
#include "sha1.h"