Skip to content

Commit

Permalink
Permanently DISABLE inline_index_verify_hash()
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Mar 3, 2022
1 parent f58b588 commit 2a6cb97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easytls
Original file line number Diff line number Diff line change
Expand Up @@ -2920,6 +2920,7 @@ inline_index_update ()
# Verify current inline-index hash
inline_index_verify_hash ()
{
die "DISABLED inline_index_verify_hash"
[ -z "${inline_index_verify_hash_block}" ] || \
die "inline index verify hash must only run once"
request_fixed_hash=1
Expand Down

1 comment on commit 2a6cb97

@TinCanTech
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.