Skip to content

Commit

Permalink
Use standard constant
Browse files Browse the repository at this point in the history
Co-authored-by: Lindsay Stewart <[email protected]>
  • Loading branch information
Mark-Simulacrum and lrstewart authored Oct 3, 2023
1 parent 9e31cd6 commit c470110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tls/s2n_tls13_secrets.c
Original file line number Diff line number Diff line change
Expand Up @@ -769,5 +769,5 @@ int s2n_connection_tls_exporter(struct s2n_connection *conn,
POSIX_GUARD(s2n_hkdf_expand_label(&hmac_state, hmac_alg,
&derived_secret, &s2n_tls13_label_exporter, &digest, &output));

return 0;
return S2N_SUCCESS;
}

0 comments on commit c470110

Please sign in to comment.