]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: don't use OpenSSL's ERR_PACK.
authorAdam Langley <agl@google.com>
Wed, 7 Dec 2016 20:18:21 +0000 (12:18 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 7 Dec 2016 22:53:03 +0000 (23:53 +0100)
commit71a55534fa61b80373271a13de4473d4660364e2
tree85585cb736af0006100bb8069c18057215b507df
parentdacfecb7b676b6ace6d707d65fefdadd28301bd4
openssl: don't use OpenSSL's ERR_PACK.

ERR_PACK is an internal detail of OpenSSL. Also, when using it, a
function name must be specified which is overly specific: the test will
break whenever OpenSSL internally change things so that a different
function creates the error.

Closes #1157
lib/vtls/openssl.c