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:31:03 +0000 (23:31 +0000)
commita988036259a4e119f6787b4c585f506226330120
tree7ce7c2796332fdbf8e71f1dba5061c22fe1eb6a4
parentcf61ef75be301d41696b6b45ce992562058c350a
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>
crypto/evp/evp_extra_test.c