aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tofu.c
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2016-09-07 06:55:17 +0000
committerNeal H. Walfield <[email protected]>2016-09-07 06:55:17 +0000
commit1f90d3c71e3e48d0c4b7722a607464876bb71794 (patch)
tree669c2ac8e039943eb20be8cc9c75fcdcc3e9e7ff /g10/tofu.c
parentgpg: Fix format string issues in tofu. (diff)
downloadgnupg-1f90d3c71e3e48d0c4b7722a607464876bb71794.tar.gz
gnupg-1f90d3c71e3e48d0c4b7722a607464876bb71794.zip
g10: Add missing sqrtu32.h and sqrtu32.c.
-- Signed-off-by: Neal H. Walfield <[email protected]> Fixes-commit: 875ac92.
Diffstat (limited to '')
-rw-r--r--g10/tofu.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/g10/tofu.c b/g10/tofu.c
index 6ec7f7c8f..2a4fcd7f5 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -41,9 +41,7 @@
#include "mkdir_p.h"
#include "gpgsql.h"
#include "status.h"
-/* #include "sqrtu32.h" */
-#define sqrtu32(a) (a) /* TEMP hack due to missing commit. */
-
+#include "sqrtu32.h"
#include "tofu.h"