diff options
| author | David Sommerseth <dazo@users.sourceforge.net> | 2008-08-21 08:24:30 +0200 |
|---|---|---|
| committer | David Sommerseth <dazo@users.sourceforge.net> | 2008-08-21 08:24:30 +0200 |
| commit | 6bf468dcee9252251d9aecacecf5d42b335f610d (patch) | |
| tree | cfd7ee8837107e90d0a0e9ee127811718523faf5 /database/sqlite/Makefile | |
| parent | d21a340a5594f0ebe31d4ae2345444312b8a1ca0 (diff) | |
| download | eurephia-6bf468dcee9252251d9aecacecf5d42b335f610d.tar.gz eurephia-6bf468dcee9252251d9aecacecf5d42b335f610d.tar.xz eurephia-6bf468dcee9252251d9aecacecf5d42b335f610d.zip | |
Changed from SHA1 hash to SHA512.
Using code from the SourceForge.net project: sha
https://sourceforge.net/projects/sha/
Written by Allan Saddi.
Wrote today to the developer and asked for permission to
include sha512.[ch] under the BSD licence in this GPLv2
project. If it is denied, I'll need to find another
SHA512 implementation.
Diffstat (limited to 'database/sqlite/Makefile')
| -rw-r--r-- | database/sqlite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/sqlite/Makefile b/database/sqlite/Makefile index 5844ed9..fd5bd31 100644 --- a/database/sqlite/Makefile +++ b/database/sqlite/Makefile @@ -3,7 +3,7 @@ topdir = ../.. DRIVERVERSION=1.0 DRIVERAPIVERSION=1 -objs = eurephiadb-sqlite.o ../../eurephia_log.o ../../eurephiadb_session.o ../../eurephia_values.o ../../passwd.o ../../sha1.o sqlite.o +objs = eurephiadb-sqlite.o ../../eurephia_log.o ../../eurephiadb_session.o ../../eurephia_values.o ../../passwd.o ../../sha512.o sqlite.o driver=eurephiadb-sqlite.so |
