Merge branch 'maint-0.4.1' into maint-0.4.2

This commit is contained in:
Nick Mathewson
2020-05-06 16:47:03 -04:00
8 changed files with 33 additions and 6 deletions
+3 -1
View File
@@ -35,6 +35,9 @@
#define ED25519_FN(fn) ED25519_FN2(fn,ED25519_SUFFIX)
#include "orconfig.h"
#include "lib/cc/compat_compiler.h"
#include "ed25519-donna.h"
#include "ed25519_donna_tor.h"
#include "ed25519-randombytes.h"
@@ -366,4 +369,3 @@ ed25519_donna_scalarmult_with_group_order(unsigned char *out,
}
#include "test-internals.c"