Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
51fb8e8f
Commit
51fb8e8f
authored
Jun 25, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include bignum.h instead of gmp.h.
parent
b2780333
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
11 deletions
+13
-11
ChangeLog
ChangeLog
+7
-0
dsa.h
dsa.h
+1
-2
ecc-internal.h
ecc-internal.h
+1
-2
ecc.h
ecc.h
+1
-2
gmp-glue.h
gmp-glue.h
+1
-3
pkcs1.h
pkcs1.h
+1
-1
rsa.h
rsa.h
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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