X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/c578d5d85b11f004c151948684ca5753a5ac5962..1519ef6617fd7351bd40026b9eeb47c7f7f42234:/pub/Makefile.am diff --git a/pub/Makefile.am b/pub/Makefile.am index e21355e4..fdab2d7a 100644 --- a/pub/Makefile.am +++ b/pub/Makefile.am @@ -102,7 +102,7 @@ EXTRA_DIST += t/rsa pkginclude_HEADERS += x25519.h libpub_la_SOURCES += x25519.c TESTS += x25519.t$(EXEEXT) -EXTRA_DIST += t/x25519 +EXTRA_DIST += t/x25519 t/x25519.slow ## Bernstein's Ed25519 signature algorithm. pkginclude_HEADERS += ed25519.h @@ -126,7 +126,7 @@ t/ed25519: ed25519-tvconv t/ed25519.djb t/ed25519.local pkginclude_HEADERS += x448.h libpub_la_SOURCES += x448.c TESTS += x448.t$(EXEEXT) -EXTRA_DIST += t/x448 +EXTRA_DIST += t/x448 t/x448.slow ## Ed448: Bernstein's EdDSA over Hamburg's Ed448-Goldilocks curve. pkginclude_HEADERS += ed448.h