Add and use BinarySource_*INIT_PL.
A great many BinarySource_BARE_INIT calls are passing the two halves of a ptrlen as separate arguments. It saves a lot of call-site faff to have a variant of the init function that just takes the whole ptrlen in one go.
Showing
- import.c 7 additions, 7 deletionsimport.c
- marshal.h 17 additions, 11 deletionsmarshal.h
- ssh1censor.c 1 addition, 1 deletionssh1censor.c
- ssh1login.c 1 addition, 2 deletionsssh1login.c
- ssh2censor.c 1 addition, 1 deletionssh2censor.c
- ssh2connection.c 1 addition, 2 deletionsssh2connection.c
- ssh2transport.c 2 additions, 2 deletionsssh2transport.c
- ssh2userauth.c 4 additions, 5 deletionsssh2userauth.c
- sshdss.c 3 additions, 3 deletionssshdss.c
- sshecc.c 10 additions, 11 deletionssshecc.c
- sshrsa.c 4 additions, 4 deletionssshrsa.c
Loading
Please register or sign in to comment