
7 Dec
2011
7 Dec
'11
6:25 p.m.
On Wed, Dec 7, 2011 at 12:51 PM, Gisle Vanem <gvanem@broadpark.no> wrote:
Seems that this function isn't available in OpenSSL 1.1.0. On Windows at least. The function is enclosed in a "#if 0" in OpenSSL's <aes.h> and util/libeay.num also has this: AES_ctr128_encrypt 3216 NOEXIST::FUNCTION:
So should we make an exception for Windows in common/aes.c:
It looks like you're using a version of openssl that isn't actually released. (There is no openssl 1.1.0 yet; only a series of not-yet-released development snapshots.) (Also, what's with your fix? There's nothing windows-specific about the openssl 1.1.0 breakage here.) -- Nick