mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +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
|
endif
|
||||||
|
|
||||||
if USE_TOFU
|
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
|
else
|
||||||
tofu_source =
|
tofu_source =
|
||||||
endif
|
endif
|
||||||
|
@ -41,7 +41,9 @@
|
|||||||
#include "mkdir_p.h"
|
#include "mkdir_p.h"
|
||||||
#include "gpgsql.h"
|
#include "gpgsql.h"
|
||||||
#include "status.h"
|
#include "status.h"
|
||||||
#include "sqrtu32.h"
|
/* #include "sqrtu32.h" */
|
||||||
|
#define sqrtu32(a) (a) /* TEMP hack due to missing commit. */
|
||||||
|
|
||||||
|
|
||||||
#include "tofu.h"
|
#include "tofu.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user