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.)