Make cipher_method_lib.c compile with LibreSSL
authortb <tb@openbsd.org>
Wed, 1 Mar 2023 11:25:25 +0000 (11:25 +0000)
committertb <tb@openbsd.org>
Wed, 1 Mar 2023 11:25:25 +0000 (11:25 +0000)
commit6a816b175e1b14127ae30df69d96ee2d64b28ed6
tree6490c0c826c9dec6d5e9a1aac2ee168cc5e6a3fc
parentf28dc7d0cfc2d58ae3f3c62e1a14729ae9fadf9d
Make cipher_method_lib.c compile with LibreSSL

OPENSSL_zalloc() -> calloc(), OPENSSL_free() -> free() and a few assorted
cosmetic tweaks to match our style better.

ok jsing
lib/libcrypto/evp/cipher_method_lib.c