diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2011-03-23 11:34:47 +0100 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2011-03-23 11:34:47 +0100 |
commit | d83027b19bd25835cdfb467f56ac3481d75f7976 (patch) | |
tree | 5a716e2c884e2e8fe298faa5b80c41fdd7dfe9e3 /Makefile.in | |
parent | 392b6d7d7f47c015183ada125d0e45f8433af49e (diff) | |
download | nettle-d83027b19bd25835cdfb467f56ac3481d75f7976.tar.gz |
Contributed by Daniel Kahn Gillmor:
* testsuite/Makefile.in (TS_NETTLE_SOURCES): Added
meta-hash-test.c, meta-cipher-test.c, and meta-armor-test.c.
* nettle.texinfo: Document nettle_hashes and nettle_ciphers.
* nettle-meta.h: Declare algorithm lists nettle_ciphers,
nettle_hashes, nettle_armors.
* Makefile.in (nettle_SOURCES): Added nettle-meta-hashes.c,
nettle-meta-ciphers.c, and nettle-meta-armors.c.
* nettle-meta-armors.c: New file.
* nettle-meta-ciphers.c: New file.
* nettle-meta-hashes.c: New file.
Rev: nettle/ChangeLog:1.159
Rev: nettle/Makefile.in:1.32
Rev: nettle/nettle-meta-armors.c:1.1
Rev: nettle/nettle-meta-ciphers.c:1.1
Rev: nettle/nettle-meta-hashes.c:1.1
Rev: nettle/nettle-meta.h:1.10
Rev: nettle/nettle.texinfo:1.22
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 1020fd7b..d71a7127 100644 --- a/Makefile.in +++ b/Makefile.in @@ -75,6 +75,8 @@ nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.c \ twofish.c twofish-meta.c \ yarrow256.c yarrow_key_event.c \ buffer.c buffer-init.c realloc.c \ + nettle-meta-hashes.c nettle-meta-ciphers.c \ + nettle-meta-armors.c \ nettle-internal.c write-be32.c hogweed_SOURCES = sexp.c sexp-format.c \ |