CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/10/11 00:13:09
Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Clean up i2d_ECPKParameters() Use better variable names and turn it into single-exit. This changes the behavior slightly in that an error is pushed onto the stack also for i2d_ECPKPARAMETERS() return values < 0. ok jsing