mirror of
https://github.com/curl/curl.git
synced 2026-07-28 15:03:06 +03:00
vtls: remove call to PKCS12_PBE_add()
Curl is one of the last callers of PKCS12_PBE_add(). It has been a noop
since OpenSSL 0.9.8k (2006) stubbed it out when moving the built-in PBE
algorithms to a static table:
b8f702a0af
Closes #19201
This commit is contained in:
parent
9752d5fe0b
commit
2edce44065
2 changed files with 0 additions and 3 deletions
|
|
@ -257,7 +257,6 @@ static struct passwd *vms_getpwuid(uid_t uid)
|
|||
#endif
|
||||
#define PEM_read_X509 PEM_READ_X509
|
||||
#define PEM_write_bio_X509 PEM_WRITE_BIO_X509
|
||||
#define PKCS12_PBE_add PKCS12_PBE_ADD
|
||||
#define PKCS12_free PKCS12_FREE
|
||||
#define PKCS12_parse PKCS12_PARSE
|
||||
#define RAND_add RAND_ADD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue