diff options
author | tb <> | 2024-03-26 07:03:10 +0000 |
---|---|---|
committer | tb <> | 2024-03-26 07:03:10 +0000 |
commit | 600e5a9c434cb614e3586918df30a3b881269d93 (patch) | |
tree | 8fbf7d8e9ec59ecab0ac2d76c3ffaef24c42ee2b /src/lib/libcrypto/md4/md4.c | |
parent | 29662cf4ceb1e62c6b39fead7ab65b4826e9a0bd (diff) | |
download | openbsd-600e5a9c434cb614e3586918df30a3b881269d93.tar.gz openbsd-600e5a9c434cb614e3586918df30a3b881269d93.tar.bz2 openbsd-600e5a9c434cb614e3586918df30a3b881269d93.zip |
Remove PKCS5_pbe2_set_iv()
This used to be a generalization of PKCS5_pbe2_set(). Its only caller was
the latter, which always passes aiv == NULL and pbe_prf == -1. Thus, the
iv would always be random and regarding the pbe_prf, it would always end
up being NID_hmacWithSHA1 since the only ctrl grokking EVP_CTRL_PBE_PRF_NID
was RC2's control, but only if PBE_PRF_TEST was defined, which it wasn't.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/md4/md4.c')
0 files changed, 0 insertions, 0 deletions