Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brian Smith
nettle
Commits
2d6ccc8a
Commit
2d6ccc8a
authored
19 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(nettle_asn1_der_get_bignum): Include nettle_-prefix in
declaration. Rev: src/nettle/bignum.h:1.10
parent
629fd5bd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bignum.h
+2
-2
2 additions, 2 deletions
bignum.h
with
2 additions
and
2 deletions
bignum.h
+
2
−
2
View file @
2d6ccc8a
...
@@ -91,7 +91,7 @@ nettle_mpz_set_sexp(mpz_t x, unsigned limit, struct sexp_iterator *i);
...
@@ -91,7 +91,7 @@ nettle_mpz_set_sexp(mpz_t x, unsigned limit, struct sexp_iterator *i);
struct
asn1_der_iterator
;
struct
asn1_der_iterator
;
int
int
asn1_der_get_bignum
(
struct
asn1_der_iterator
*
iterator
,
nettle_
asn1_der_get_bignum
(
struct
asn1_der_iterator
*
iterator
,
mpz_t
x
,
unsigned
limit
);
mpz_t
x
,
unsigned
limit
);
#endif
/* NETTLE_BIGNUM_H_INCLUDED */
#endif
/* NETTLE_BIGNUM_H_INCLUDED */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment