CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/03/12 11:29:02
Modified files: lib/libcrypto/cms: cms_asn1.c lib/libcrypto/pkcs7: pk7_asn1.c Log message: pk7_cb() and cms_cb() Add and fix FALLTHROUGH statement. I was confused for way too long since I hadn't noticed that this case fell through to the next. Also add and move some empty lines in the cms_cb() to make this resemble KNF more.