CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/02/06 15:22:33
Modified files: lib/libssl/src/ssl: bs_ber.c bs_cbb.c bs_cbs.c bytestring.h regress/lib/libssl/bytestring: bytestringtest.c Log message: KNF bytestring files. I checked that this doesn't change anything. Compiled with clang using -Wno-pointer-sign -g0 to reduce the differences. Only difference in the asm is due to assert(0) line number changes in bs_cbs.c and bs_cbb.c. miod is ok with the general process.