Include crypto_rand.h in ed25519_tor.c

This commit is contained in:
Neel Chauhan
2020-08-23 06:05:08 -07:00
parent 36203e8894
commit b16d82043c
+1
View File
@@ -43,6 +43,7 @@
#include "ed25519-randombytes.h"
#include "ed25519-hash.h"
#include "lib/crypt_ops/crypto_rand.h"
#include "lib/crypt_ops/crypto_util.h"
typedef unsigned char ed25519_signature[64];