On Wed, Mar 27, 2013 at 10:07 AM, Niels Möller nisse@lysator.liu.se wrote:
In some systems the elliptic curves part of openssl is disabled. This patch disables the openssl examples/tests if it does not exist (I had issue with the EC tests).
Actual patch missing?
I was attached on the original e-mail. I'll send it in private if it was removed by the list.
In config.h, all defined symbols should be defined to have the value 1, which should make a plain #if work fine. Maybe there's something wrong with how WITH_OPENSSL is handled?
The same issue was in the #if HAVE_CONFIG_H. See the original patch.
regards, Nikos