openssl: enable 'ec', 'ecdh' and 'ecdsa' support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-06-15 15:30:44 +02:00
parent 08ea13be93
commit c8b0802bf4

View File

@ -67,13 +67,13 @@ configure_target() {
enable-rfc3779 \ enable-rfc3779 \
enable-cms \ enable-cms \
enable-md2 \ enable-md2 \
enable-ec \
enable-ecdh \
enable-ecdsa \
no-krb5 \ no-krb5 \
no-mdc2 \ no-mdc2 \
no-rc5 \ no-rc5 \
no-ec \
no-ec2m \ no-ec2m \
no-ecdh \
no-ecdsa \
no-srp \ no-srp \
$OPENSSL_TARGET $OPENSSL_TARGET
} }