Skip to content
Snippets Groups Projects
Commit 41ecd567 authored by Niels Möller's avatar Niels Möller
Browse files

* testsuite/Makefile.in (TS_SOURCES): Added ctr-test.c.

Rev: src/nettle/testsuite/Makefile.in:1.13
parent 29c06e98
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ TS_SOURCES = aes-test.c arcfour-test.c arctwo-test.c \ ...@@ -20,7 +20,7 @@ TS_SOURCES = aes-test.c arcfour-test.c arctwo-test.c \
buffer-test.c sexp-test.c sexp-format-test.c \ buffer-test.c sexp-test.c sexp-format-test.c \
rsa2sexp-test.c sexp2rsa-test.c \ rsa2sexp-test.c sexp2rsa-test.c \
knuth-lfib-test.c \ knuth-lfib-test.c \
cbc-test.c hmac-test.c bignum-test.c \ cbc-test.c ctr-test.c hmac-test.c bignum-test.c \
pkcs1-test.c \ pkcs1-test.c \
rsa-test.c rsa-encrypt-test.c rsa-keygen-test.c \ rsa-test.c rsa-encrypt-test.c rsa-keygen-test.c \
dsa-test.c dsa-keygen-test.c \ dsa-test.c dsa-keygen-test.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment