CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/17 07:51:41
Modified files:
lib/libcrypto/ec: ec_ameth.c
Log message:
ecdh_cms_encrypt: simplify handling of pkey
The pkey is only used in one scope. i2o allocates if passed a pointer
to NULL, so use that to drop two unnecessary local variables.
ok jsing
