summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-12-05 10:34:36 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-12-05 10:34:36 +0000
commitdc708b4c634ec38cafc760766ee8c33696128c11 (patch)
treeb5af605183911f4ddcc1531d76d6b99bacc5daf1 /Makefile.am
parentaa9d19bb160b1a37f0ab3c11672b399e887a2870 (diff)
Added sha256 from beecrypt
2003-12-05 Alexander Larsson <alexl@redhat.com> * Makefile.am: * sha256.[ch]: * beecrypt_compat.h: Added sha256 from beecrypt * file-format.txt: * gnome-keyring-daemon-file.c: * gnome-keyring-daemon.[ch]: Use sha256 to get key and iv for aes crypto Add salt and hash rounds count. Warning: This changes the file format. * gnome-keyring-proto.[ch]: New function gnome_keyring_proto_get_bytes
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 855cebe3..dc188bde 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,6 +52,8 @@ gnome_keyring_daemon_SOURCES = \
beecrypt_compat.h \
md5.c \
md5.h \
+ sha256.c \
+ sha256.h \
gnome-keyring-daemon.c \
gnome-keyring-daemon-file.c \
gnome-keyring-daemon.h \