CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/25 04:50:50
Modified files:
lib/libcrypto/pkcs7: pk7_doit.c
Log message:
pkcs7: don't use i and j for NIDs in PKCS7_dataDecode()
There's no need to assign to i before the switch and j is a terrible
name for a NID. Inline the latter and switch directly over the return
value of OBJ_obj2nid().
ok jsing kenjiro
