Skip to content

Commit

Permalink
Fix mis-merge in evp-openssl.c
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Apr 19, 2016
1 parent 12c9222 commit 7df2762
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/hcrypto/evp-openssl.c
Expand Up @@ -352,6 +352,8 @@ get_EVP_MD_once_cb(void *d)
}

/* Build the hc_EVP_MD */
hc_evp->block_size = EVP_MD_block_size(ossl_evp);
hc_evp->hash_size = EVP_MD_size(ossl_evp);
hc_evp->ctx_size = sizeof(struct ossl_md_ctx);
hc_evp->init = arg->md_init;
hc_evp->update = ossl_md_update;
Expand Down

0 comments on commit 7df2762

Please sign in to comment.