CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/25 04:48:59
Modified files:
lib/libcrypto/pkcs7: pk7_doit.c
Log message:
pkcs7: avoid assignment to i in PKCS7_dataInit()
We can switch over the return value of OBJ_obj2nid() rather than using i
for an indirection.
ok jsing kenjiro
