Skip to content

Commit

Permalink
openssl1: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls
Browse files Browse the repository at this point in the history
The test suite turns out to be useful, and [bugs][1] are found. Apply
the patch fixing this issue.

    git format-patch -1 86ed78676c660b553696cc10c682962522dfeb6c

[1]: https://github.com/openssl/openssl/issues/9866
  • Loading branch information
pmenzel committed Nov 21, 2019
1 parent 15b54ec commit 2263c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl1.be0
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SRCURL[0]="https://www.openssl.org/source/openssl-${PKGVERSION}.tar.gz"
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

# PATCHURL+=()
PATCHURL+=(/src/mariux/patches/0001-BIO_f_zlib-Properly-handle-BIO_CTRL_PENDING-and-BIO_.patch)

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down

0 comments on commit 2263c68

Please sign in to comment.