summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_int.c
diff options
context:
space:
mode:
authortb <>2022-08-18 18:42:13 +0000
committertb <>2022-08-18 18:42:13 +0000
commitbe73a6ddefcc4637dc9eed0c7cf94d06de600b53 (patch)
treea5bd86eab9d50d2df5c9e86dfb8f092ecd067410 /src/lib/libcrypto/asn1/a_int.c
parent271843b081a9e280d513ad0aa65feffebe6cbcde (diff)
downloadopenbsd-be73a6ddefcc4637dc9eed0c7cf94d06de600b53.tar.gz
openbsd-be73a6ddefcc4637dc9eed0c7cf94d06de600b53.tar.bz2
openbsd-be73a6ddefcc4637dc9eed0c7cf94d06de600b53.zip
Adjust signatures of BIO_ctrl functions
In bio.h r1.54, the signature of BIO_callback_ctrl() was changed from bio_info_cb to BIO_info_cb. Adjust manual to reflect this change. At the moment, bio_info_cb and BIO_info_cb are still distinct types with our BIO_info_cb matching OpenSSL's definition. Historically, bio_info_cb had a different type, but that leads to issues with casting function pointers. The ecosystem has moved on to embrace the new type and several ports confuse the two types because OpenSSL decided to "solve" the issues with "typedef BIO_info_cb bio_info_cb; /* backward compatibilty */". We will align with this in the next bump. ok jsing
Diffstat (limited to 'src/lib/libcrypto/asn1/a_int.c')
0 files changed, 0 insertions, 0 deletions