aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tofu.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-09-07 06:40:18 +0000
committerWerner Koch <[email protected]>2016-09-07 06:40:18 +0000
commitc894fa8d375e94d5577249c729e48ce882c07a56 (patch)
tree7bbe783b19b3a357c189e986a6ce0474c080ebf2 /g10/tofu.c
parentg10: Make sure some functions are passed a primary key. (diff)
downloadgnupg-c894fa8d375e94d5577249c729e48ce882c07a56.tar.gz
gnupg-c894fa8d375e94d5577249c729e48ce882c07a56.zip
g10: Temporary hack to repalce missing sqrtu32.
-- Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r--g10/tofu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/tofu.c b/g10/tofu.c
index 9e07d21ce..3dc0365b6 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -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"