CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/22 23:58:28
Modified files:
lib/libssl/src/ssl: bs_cbs.c
regress/lib/libssl/bytestring: bytestringtest.c
Log message:
Change CBS_dup() to also sync the offset.
Previously, CBS_dup() had its own offset. However, it is more consistent
to copy everything.
ok miod@ jsing@
