Upgrade libtomcrypt
This commit is contained in:
parent
d770dd8df3
commit
acc69bb8ad
157 changed files with 922 additions and 761 deletions
|
|
@ -59,6 +59,7 @@ int ecc_generate_key(prng_state *prng, int wprng, ecc_key *key)
|
|||
goto error;
|
||||
}
|
||||
key->type = PK_PRIVATE;
|
||||
key->rfc6979_hash_alg = NULL;
|
||||
|
||||
/* success */
|
||||
err = CRYPT_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue