Fix no-ec
authorMatt Caswell <matt@openssl.org>
Mon, 19 Mar 2018 10:22:46 +0000 (10:22 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 19 Mar 2018 12:34:29 +0000 (12:34 +0000)
commit66a925ea8c91d883bd0603bcee5705025b564bd6
tree0341d0b0a214d0e5adf788bcf7cde76074cce435
parent3ec9e4ec46eb4356bc106db5e0e33148c693c8f0
Fix no-ec

Raw private/public key loading may fail for X25519/X448 if ec has been
disabled.

Also fixed a missing blank line in evppkey.txt resulting in a warning in
the test output.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5664)
test/evp_test.c
test/recipes/30-test_evp_data/evppkey.txt