Get the SHA1 routines from git instead of openssl

..they are of a higher quality anyway, and this way we have one less
library to worry about.  And this way there is nobody who can claim that
openssl is not a system library and thus not compatible with the GPL.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Linus Torvalds 2013-02-15 17:03:42 -08:00 committed by Dirk Hohndel
parent 306d503528
commit a0558a87b4
4 changed files with 321 additions and 3 deletions

3
dive.h
View file

@ -9,7 +9,8 @@
#include <glib.h>
#include <glib/gstdio.h>
#include <libxml/tree.h>
#include <openssl/sha.h>
#include "sha1.h"
#define O2_IN_AIR 209 // permille
#define N2_IN_AIR 781