From 0d039117d988ac5132c86f5fff3206a44db6f98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Thu, 4 Apr 2013 11:07:31 +0200 Subject: Use mpn_cnd_add_n and mpn_cnd_sub_n when available. Rearrange inclusions of gmp-glue.h. --- ecc-point-mul.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ecc-point-mul.c') diff --git a/ecc-point-mul.c b/ecc-point-mul.c index 5ddc5685..2ecea1f9 100644 --- a/ecc-point-mul.c +++ b/ecc-point-mul.c @@ -30,7 +30,6 @@ #include "ecc.h" #include "ecc-internal.h" -#include "gmp-glue.h" void ecc_point_mul (struct ecc_point *r, const struct ecc_scalar *n, -- cgit v1.2.1