diff options
author | Martin Willi <martin@revosec.ch> | 2015-04-09 13:35:10 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2015-04-15 14:38:41 +0200 |
commit | 57f1ef220ce17185dcb588db6fcc9aa0cad8d5f1 (patch) | |
tree | 117a7413efe32016a4fb5f669ee757dd8e5d9a3f /src/libstrongswan/plugins/test_vectors/Makefile.am | |
parent | e62906524c4fb4be4a859e5304f238793ae26b02 (diff) | |
download | strongswan-57f1ef220ce17185dcb588db6fcc9aa0cad8d5f1.tar.bz2 strongswan-57f1ef220ce17185dcb588db6fcc9aa0cad8d5f1.tar.xz |
test-vectors: Add DH vectors for subgroup MODP groups
Diffstat (limited to 'src/libstrongswan/plugins/test_vectors/Makefile.am')
-rw-r--r-- | src/libstrongswan/plugins/test_vectors/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstrongswan/plugins/test_vectors/Makefile.am b/src/libstrongswan/plugins/test_vectors/Makefile.am index 955d169db..956d02395 100644 --- a/src/libstrongswan/plugins/test_vectors/Makefile.am +++ b/src/libstrongswan/plugins/test_vectors/Makefile.am @@ -41,6 +41,7 @@ libstrongswan_test_vectors_la_SOURCES = \ test_vectors/sha2_hmac.c \ test_vectors/fips_prf.c \ test_vectors/modp.c \ + test_vectors/modpsub.c \ test_vectors/rng.c libstrongswan_test_vectors_la_LDFLAGS = -module -avoid-version |