CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2017/02/26 04:29:55
Modified files: usr.bin/dc : bcode.c inout.c Log message: Move away from BN_zero, the one returning an int is deprecated and the new one is a void function. From Daniel Cegielka.