Skip to content
Snippets Groups Projects
Commit 330ed2a8 authored by Niels Möller's avatar Niels Möller
Browse files

Deleted old FIXME comment.

Rev: nettle/der2dsa.c:1.5
parent fdfefe45
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,6 @@ dsa_public_key_from_der_iterator(struct dsa_public_key *pub,
&& mpz_sgn(pub->y) > 0);
}
/* FIXME: Rename this and the next function to something
openssl-specific? */
int
dsa_openssl_private_key_from_der_iterator(struct dsa_public_key *pub,
struct dsa_private_key *priv,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment