Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
5fb6bb46
Commit
5fb6bb46
authored
Apr 09, 2010
by
Niels Möller
Browse files
* bignum-random.c: Deleted test of HAVE_LIBGMP.
* bignum.c: Likewise. Rev: nettle/bignum.c:1.3
parent
85e18fcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
bignum.c
View file @
5fb6bb46
...
...
@@ -27,8 +27,6 @@
# include "config.h"
#endif
#if HAVE_LIBGMP
#include
<assert.h>
#include
<string.h>
...
...
@@ -195,5 +193,3 @@ nettle_mpz_init_set_str_256_s(mpz_t x,
mpz_init
(
x
);
nettle_mpz_set_str_256_s
(
x
,
length
,
s
);
}
#endif
/* HAVE_LIBGMP */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment