From 6bf468dcee9252251d9aecacecf5d42b335f610d Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 21 Aug 2008 08:24:30 +0200 Subject: 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. --- database/sqlite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database/sqlite/Makefile') 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 -- cgit