diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-01 12:58:41 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-01 12:59:05 +0100 |
commit | 588f31dfe633c8210ca8d4f3f08149e1d67ebde3 (patch) | |
tree | 6088821007a4184612bbfc559929a2e20145e8cc /gl/tests/Makefile.am | |
parent | a893dd2f0685b8bd92ae87ffa0962a79c2bf744f (diff) | |
download | gnutls-588f31dfe633c8210ca8d4f3f08149e1d67ebde3.tar.gz |
hmac-md5 gnulib module was removed (it was no longer used)
Diffstat (limited to 'gl/tests/Makefile.am')
-rw-r--r-- | gl/tests/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gl/tests/Makefile.am b/gl/tests/Makefile.am index 4759912e18..4a96e59c0f 100644 --- a/gl/tests/Makefile.am +++ b/gl/tests/Makefile.am @@ -151,22 +151,6 @@ EXTRA_DIST += test-connect.c signature.h macros.h ## end gnulib module connect-tests -## begin gnulib module crypto/hmac-md5-tests - -TESTS += test-hmac-md5 -check_PROGRAMS += test-hmac-md5 -EXTRA_DIST += test-hmac-md5.c - -## end gnulib module crypto/hmac-md5-tests - -## begin gnulib module crypto/md5-tests - -TESTS += test-md5 -check_PROGRAMS += test-md5 -EXTRA_DIST += test-md5.c - -## end gnulib module crypto/md5-tests - ## begin gnulib module dirent-tests TESTS += test-dirent |