diff options
author | tb <> | 2024-03-26 07:03:10 +0000 |
---|---|---|
committer | tb <> | 2024-03-26 07:03:10 +0000 |
commit | 259fb5820e7642c4db7b3548f46943c4f66d09d1 (patch) | |
tree | 8fbf7d8e9ec59ecab0ac2d76c3ffaef24c42ee2b /src/lib/libcrypto/dsa/dsa_lib.c | |
parent | f88dbafa33d757478b63cbcaff866762a432a267 (diff) | |
download | openbsd-259fb5820e7642c4db7b3548f46943c4f66d09d1.tar.gz openbsd-259fb5820e7642c4db7b3548f46943c4f66d09d1.tar.bz2 openbsd-259fb5820e7642c4db7b3548f46943c4f66d09d1.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/dsa/dsa_lib.c')
0 files changed, 0 insertions, 0 deletions