CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/07/30 20:21:01
Modified files: lib/libcrypto/pkcs7: pk7_attr.c Log message: Rework PKCS7_add1_attrib_digest() There's nothing really wrong here (at least when compared to the rest of this file an hour or so ago), but we can make this look somewhat more like code. That there's no bug here is not really related to the fact that it's an add1 function, not an add0 one. In fact, it's kind of surprising that the author had an uncharacteristic moment of lucidity and remembered to free the last argument passed to PKCS7_add_signed_attribute() on failure. ok kenjiro