Fix evp_extra_test.c with no-ec
authorMatt Caswell <matt@openssl.org>
Thu, 26 Feb 2015 10:35:50 +0000 (10:35 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 26 Feb 2015 23:34:54 +0000 (23:34 +0000)
commit8f51c206b31f71453ed7ad21c24d2a731f010cf4
tree5f629e573e1ba6a486928ccf36f6cc59579846bc
parentf2aff60f6f9eab0e24d3804e8aa641e74d1a235a
Fix evp_extra_test.c with no-ec
When OpenSSL is configured with no-ec, then the new evp_extra_test fails to
pass. This change adds appropriate OPENSSL_NO_EC guards around the code.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit a988036259a4e119f6787b4c585f506226330120)
crypto/evp/evp_extra_test.c