]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(nettle_SOURCES): Added gcm-aes.c.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 9 Feb 2011 21:32:08 +0000 (22:32 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 9 Feb 2011 21:32:08 +0000 (22:32 +0100)
Rev: nettle/Makefile.in:1.31

Makefile.in

index 20e0d8c59e363fe348c3bab0c7268debfa2ab635..1020fd7b9420ad545715d390e3489a17f1a59b48 100644 (file)
@@ -60,7 +60,7 @@ nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.c \
                 camellia-table.c camellia-meta.c \
                 cast128.c cast128-meta.c \
                 blowfish.c \
-                cbc.c ctr.c gcm.c \
+                cbc.c ctr.c gcm.c gcm-aes.c \
                 des.c \
                 des3.c des-compat.c \
                 hmac.c hmac-md5.c hmac-sha1.c \