mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
g10: Temporary hack to repalce missing sqrtu32.
-- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
13ddc17ddb
commit
c894fa8d37
@ -74,7 +74,8 @@ trust_source = trustdb.c trustdb.h tdbdump.c tdbio.c tdbio.h
|
||||
endif
|
||||
|
||||
if USE_TOFU
|
||||
tofu_source = tofu.h tofu.c gpgsql.c gpgsql.h sqrtu32.c sqrtu32.h
|
||||
tofu_source = tofu.h tofu.c gpgsql.c gpgsql.h
|
||||
#sqrtu32.c sqrtu32.h
|
||||
else
|
||||
tofu_source =
|
||||
endif
|
||||
|
@ -41,7 +41,9 @@
|
||||
#include "mkdir_p.h"
|
||||
#include "gpgsql.h"
|
||||
#include "status.h"
|
||||
#include "sqrtu32.h"
|
||||
/* #include "sqrtu32.h" */
|
||||
#define sqrtu32(a) (a) /* TEMP hack due to missing commit. */
|
||||
|
||||
|
||||
#include "tofu.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user