Skip to content

Commit 8095703

Browse files
committed
Fix -Werror missing-field-initializers in bcrypt.hpp
1 parent 875d1b7 commit 8095703

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/boost/http/bcrypt.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ hash_async(
646646
rounds,
647647
ver,
648648
{},
649+
{},
649650
{}};
650651
}
651652

@@ -679,6 +680,7 @@ compare_async(
679680
detail::password_buf(password),
680681
detail::hash_buf(hash_str),
681682
false,
683+
{},
682684
{}};
683685
}
684686

0 commit comments

Comments
 (0)