Clean up curve25519 build
authorEmilia Kasper <emilia@openssl.org>
Thu, 3 Mar 2016 15:36:06 +0000 (16:36 +0100)
committerEmilia Kasper <emilia@openssl.org>
Thu, 3 Mar 2016 15:53:19 +0000 (16:53 +0100)
commit8185e649f8faf04ad0e1896e8b1c1702d3509088
tree37eeb046dd382163adb04d2ab168f54a8ae4a99f
parentbb8d14d5c9fbf386b8ad890499a79c9f1b804edc
Clean up curve25519 build

- Remove OPENSSL_X25519_X86_64 which never worked, because we don't have
  the assembly.
- Also remove OPENSSL_SMALL (which should have been
  OPENSSL_SMALL_FOOTPRINT) which isn't a priority at the moment.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/ec/curve25519.c