summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--der2dsa.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/der2dsa.c b/der2dsa.c
index 206c7148..0a7ef015 100644
--- a/der2dsa.c
+++ b/der2dsa.c
@@ -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,