Fix outlen for openssl function
authorStanislav Malyshev <stas@php.net>
Thu, 13 Oct 2016 06:19:07 +0000 (23:19 -0700)
committerStanislav Malyshev <stas@php.net>
Thu, 13 Oct 2016 06:19:07 +0000 (23:19 -0700)
commitcd8c9b06149dc7dc0415524f1d74880fd6f2d25c
treec0c03435e40f36b77e03ef5423d2de1a4769c16d
parent2301608736c82183f8210053a45f78eeef5b0c74
Fix outlen for openssl function

Even though datalen can't be over int, outlen can.
ext/openssl/openssl.c