summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_key.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-08-30 13:33:37 +0100
committerMatt Caswell <matt@openssl.org>2019-09-09 14:00:00 +0100
commit4889dadcb8511176c30888c748f1981adc38451d (patch)
treeb27f1a2529e512f43344d7a62d89daa1bcc2407d /crypto/dsa/dsa_key.c
parentdfcb5d29b525f5d2b6bd80602dca5efe5fca77bb (diff)
Implement DSA in the default provider
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9753)
Diffstat (limited to 'crypto/dsa/dsa_key.c')
-rw-r--r--crypto/dsa/dsa_key.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/dsa/dsa_key.c b/crypto/dsa/dsa_key.c
index 333bff959e..86f79b804e 100644
--- a/crypto/dsa/dsa_key.c
+++ b/crypto/dsa/dsa_key.c
@@ -65,6 +65,7 @@ static int dsa_builtin_keygen(DSA *dsa)
dsa->priv_key = priv_key;
dsa->pub_key = pub_key;
+ dsa->dirty_cnt++;
ok = 1;
err: