Skip to content
GitLab
Menu
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
2d6ccc8a
Commit
2d6ccc8a
authored
Nov 20, 2005
by
Niels Möller
Browse files
(nettle_asn1_der_get_bignum): Include nettle_-prefix in
declaration. Rev: src/nettle/bignum.h:1.10
parent
629fd5bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
bignum.h
View file @
2d6ccc8a
...
...
@@ -91,7 +91,7 @@ nettle_mpz_set_sexp(mpz_t x, unsigned limit, struct sexp_iterator *i);
struct
asn1_der_iterator
;
int
asn1_der_get_bignum
(
struct
asn1_der_iterator
*
iterator
,
mpz_t
x
,
unsigned
limit
);
nettle_
asn1_der_get_bignum
(
struct
asn1_der_iterator
*
iterator
,
mpz_t
x
,
unsigned
limit
);
#endif
/* NETTLE_BIGNUM_H_INCLUDED */
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