Skip to content

Commit

Permalink
10659 sha2: NULL pointer errors
Browse files Browse the repository at this point in the history
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Gergő Doma <domag02@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
  • Loading branch information
tsoome committed Apr 10, 2019
1 parent 2667222 commit d659c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/src/uts/common/crypto/io/sha2_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static crypto_provider_info_t sha2_prov_info = {
sha2_mech_info_tab
};

static crypto_kcf_provider_handle_t sha2_prov_handle = NULL;
static crypto_kcf_provider_handle_t sha2_prov_handle = 0;

int
_init()
Expand Down

0 comments on commit d659c72

Please sign in to comment.