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:36:47 +0000 (23:36 +0000)
commitf3cc3da4478d00a45371ee3f10f39b4956a11270
tree422ad48155c29579c72f8d025b1b33c97d585913
parent1aff39de763469385952910b4eede431c5c34e61
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