Skip to content

Commit 8171b14

Browse files
committed
Fix sizeof ssl.CBB
1 parent 004d4ea commit 8171b14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/boringssl/bytestring.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ final CBS_init = resolve(Sym.CBS_init)
7171
class CBB extends Struct {
7272
Pointer<Void> base;
7373

74+
Pointer<CBB> child;
75+
7476
@IntPtr()
7577
int offset;
7678

0 commit comments

Comments
 (0)