summaryrefslogtreecommitdiffstats
path: root/src/methods/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-12-05 13:52:52 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-12-05 13:52:52 +0100
commit3d6e771dd203cb6fc693632c4de98e46703f6810 (patch)
treed07acdd57e82463bba132cf341ee07ff8ba91083 /src/methods/CMakeLists.txt
parent822c9e935a25a7590cd99b4c5407bb6596be41b7 (diff)
downloadfastd-3d6e771dd203cb6fc693632c4de98e46703f6810.tar
fastd-3d6e771dd203cb6fc693632c4de98e46703f6810.zip
Merge generic-gcm method into generic-gmac
Diffstat (limited to 'src/methods/CMakeLists.txt')
-rw-r--r--src/methods/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/methods/CMakeLists.txt b/src/methods/CMakeLists.txt
index 8bd04c8..f83f7b4 100644
--- a/src/methods/CMakeLists.txt
+++ b/src/methods/CMakeLists.txt
@@ -25,7 +25,6 @@ endmacro(fastd_method_require)
add_subdirectory(null)
add_subdirectory(cipher_test)
add_subdirectory(composed_gmac)
-add_subdirectory(generic_gcm)
add_subdirectory(generic_gmac)
add_subdirectory(generic_poly1305)
add_subdirectory(xsalsa20_poly1305)