mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
306d503528
commit
a0558a87b4
4 changed files with 321 additions and 3 deletions
3
dive.h
3
dive.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue