]> granicus.if.org Git - curl/commit
openssl: do not use file BIOs if not requested
authorGergely Nagy <ngg@tresorit.com>
Mon, 3 Dec 2018 16:34:57 +0000 (17:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 Dec 2018 14:26:18 +0000 (15:26 +0100)
commit08efa19e6aaf0e8bf8ece5a35f369c0cb346ace9
tree54355019ed7a8c46e7e282395d8ddc892cd1e3f9
parent8ad9e5915a95258267f2af463559ded134e8e643
openssl: do not use file BIOs if not requested

Moves the file handling BIO calls to the branch of the code where they
are actually used.

Closes #3339
lib/vtls/openssl.c