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
51fb8e8f
Commit
51fb8e8f
authored
Jun 25, 2014
by
Niels Möller
Browse files
Include bignum.h instead of gmp.h.
parent
b2780333
Changes
7
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
51fb8e8f
2014-06-25 Niels Möller <nisse@lysator.liu.se>
* dsa.h: Include bignum.h instead of gmp.h.
* ecc-internal.h: Likewise.
* ecc.h: Likewise.
* gmp-glue.h: Likewise.
* pkcs1.h: Likewise.
* rsa.h: Likewise.
* testsuite/testutils.c (die): Use plain vfprintf, not
gmp_vfprintf.
(write_mpn): New function.
...
...
dsa.h
View file @
51fb8e8f
...
...
@@ -34,9 +34,8 @@
#ifndef NETTLE_DSA_H_INCLUDED
#define NETTLE_DSA_H_INCLUDED
#include
<gmp.h>
#include
"nettle-types.h"
#include
"bignum.h"
#ifdef __cplusplus
extern
"C"
{
...
...
ecc-internal.h
View file @
51fb8e8f
...
...
@@ -34,9 +34,8 @@
#ifndef NETTLE_ECC_INTERNAL_H_INCLUDED
#define NETTLE_ECC_INTERNAL_H_INCLUDED
#include
<gmp.h>
#include
"nettle-types.h"
#include
"bignum.h"
#include
"ecc-curve.h"
#include
"gmp-glue.h"
...
...
ecc.h
View file @
51fb8e8f
...
...
@@ -34,9 +34,8 @@
#ifndef NETTLE_ECC_H_INCLUDED
#define NETTLE_ECC_H_INCLUDED
#include
<gmp.h>
#include
"nettle-types.h"
#include
"bignum.h"
#ifdef __cplusplus
extern
"C"
{
...
...
gmp-glue.h
View file @
51fb8e8f
...
...
@@ -33,9 +33,7 @@
#ifndef NETTLE_GMP_GLUE_H_INCLUDED
#define NETTLE_GMP_GLUE_H_INCLUDED
#include
<gmp.h>
#include
"nettle-stdint.h"
#include
"bignum.h"
#ifdef mpz_limbs_read
#define GMP_HAVE_mpz_limbs_read 1
...
...
pkcs1.h
View file @
51fb8e8f
...
...
@@ -34,8 +34,8 @@
#ifndef NETTLE_PKCS1_H_INCLUDED
#define NETTLE_PKCS1_H_INCLUDED
#include
<gmp.h>
#include
"nettle-types.h"
#include
"bignum.h"
#ifdef __cplusplus
extern
"C"
{
...
...
rsa.h
View file @
51fb8e8f
...
...
@@ -34,8 +34,8 @@
#ifndef NETTLE_RSA_H_INCLUDED
#define NETTLE_RSA_H_INCLUDED
#include
<gmp.h>
#include
"nettle-types.h"
#include
"bignum.h"
#include
"md5.h"
#include
"sha1.h"
...
...
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