diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-01-12 04:12:27 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-01-13 20:11:36 +0100 |
commit | 48b4f7b83f9f8e6d89d56f5e24f0ed1d7c4676a1 (patch) | |
tree | 0d8b34dd628d2c5d74a3c39263d2a0e6d6be0d40 /INSTALL | |
parent | fef9c8193ddf8cdf81978874be788af9441e2286 (diff) | |
download | biboumi-48b4f7b83f9f8e6d89d56f5e24f0ed1d7c4676a1.tar.gz biboumi-48b4f7b83f9f8e6d89d56f5e24f0ed1d7c4676a1.tar.bz2 biboumi-48b4f7b83f9f8e6d89d56f5e24f0ed1d7c4676a1.tar.xz biboumi-48b4f7b83f9f8e6d89d56f5e24f0ed1d7c4676a1.zip |
Remove cryptopp dependency, directly include a simple sha1 implementation
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -7,11 +7,6 @@ Build and runtime dependencies: Libraries: -- crypto++ - Sometimes packaged as cryptopp. This library is used to generate MD5 - hashes. - http://www.cryptopp.com/ - - expat Used to parse XML from the XMPP server. http://expat.sourceforge.net/ |