cee5c9f404
The curve25519 depends on ssh_get_random, which is normally built into libssh.
For the external override tests to build, we need to have them in separate
source file that can be included for this test.
For some reason, this did not happen on CI builds, but it did happen in koji
during RPM builds.
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit
|
||
---|---|---|
.. | ||
chacha20_override.c | ||
chacha20_override.h | ||
CMakeLists.txt | ||
curve25519_override.c | ||
curve25519_override.h | ||
ed25519_override.c | ||
ed25519_override.h | ||
poly1305_override.c | ||
poly1305_override.h | ||
torture_override.c |