diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-08-11 05:10:36 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-08-11 05:10:36 +0000 |
commit | f9cf566fe29253a10b31fb81dcd84b9d18dbfc06 (patch) | |
tree | aac9a8fc12002a42c0b0311c6c8b120996634009 /sys/kern/kern_sig.c | |
parent | 3fd7c60a1f39821c3eec9fb5aedfe706ce191808 (diff) |
Rename env_md{,_ctx}_st to evp_md{,_ctx}_st
As everyone knows (and who doesn't know will immediately guess), EVP is
short for envelope. Most structs backing the public EVP_* types are called
evp_*. For the EVP_MD and EVP_MD_CTX types, someone used env_md_st and
env_md_ctx_st, which, as jsing pointed out, may or may not be related to
a much less obvious abbreviation of envelope. It could also simply have
been for reasons of inconsistency.
Be all that as it may: rename these structs to use the evp_* namespace
to match all the other EVP types, as well as upstream.
ok jsing
Diffstat (limited to 'sys/kern/kern_sig.c')
0 files changed, 0 insertions, 0 deletions