Style tweaks for SMIME_write_PKCS7()
authortb <tb@openbsd.org>
Tue, 2 May 2023 09:56:12 +0000 (09:56 +0000)
committertb <tb@openbsd.org>
Tue, 2 May 2023 09:56:12 +0000 (09:56 +0000)
commit158e7cafb192e0731982796768038bd07019206e
tree551bba6bf9126829451e4d0d42641fbb7342b822
parent6e5c928eb70a04233ae0c2d40c753db7590f81e5
Style tweaks for SMIME_write_PKCS7()

Initialize the mdalgs stack at the top and test and assign for ctype_nid.
Use an empty line to separate variable declarations from the actual code
and zap an extra empty line.

ok jsing
lib/libcrypto/pkcs7/pk7_mime.c