]> git.ipfire.org Git - thirdparty/openssl.git/commit
Work around Windows ftell() bug as per Microsoft engineering's suggestion
authorRichard Levitte <levitte@openssl.org>
Tue, 20 Oct 2020 04:48:10 +0000 (06:48 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 21 Oct 2020 06:02:55 +0000 (08:02 +0200)
commit8300a8742b2abc487594a09b5e6ee726dbd30771
tree19cb8eac9282c4a21607f648fc226c84c25366c3
parent0a737e16b2bc333cc3a8727458acc5460be10e0e
Work around Windows ftell() bug as per Microsoft engineering's suggestion

See
https://developercommunity.visualstudio.com/content/problem/425878/fseek-ftell-fail-in-text-mode-for-unix-style-text.html

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13190)
crypto/bio/bss_file.c