Skip to content

Commit

Permalink
Fix sizeof ssl.CBB
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj committed Sep 15, 2020
1 parent 004d4ea commit 8171b14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/boringssl/bytestring.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ final CBS_init = resolve(Sym.CBS_init)
class CBB extends Struct {
Pointer<Void> base;

Pointer<CBB> child;

@IntPtr()
int offset;

Expand Down

0 comments on commit 8171b14

Please sign in to comment.