CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/11/08 12:14:43
Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Prepare further fixes of X509_ALGOR_set0() misuse In rsa_alg_set_oaep_padding() rename los to ostr for consistency with astr, make it have function scope, free ostr in the error path and assume X509_ALGOR_set0() success. ok jca