remove fastaes flag. cipher-aes is now the only choice.

This commit is contained in:
Vincent Hanquez 2013-01-19 20:11:56 +00:00
parent 0d6e8e84e8
commit 845e245d62

View file

@ -18,10 +18,6 @@ Flag test
Description: Build unit test Description: Build unit test
Default: False Default: False
Flag fastaes
Description: Use fast AES if available
Default: True
Library Library
Build-Depends: base > 3 && < 5 Build-Depends: base > 3 && < 5
, tls >= 1.1.0 && < 1.2.0 , tls >= 1.1.0 && < 1.2.0
@ -57,13 +53,11 @@ executable Tests
, QuickCheck >= 2 , QuickCheck >= 2
, bytestring , bytestring
, cprng-aes >= 0.3.0 , cprng-aes >= 0.3.0
, cipher-aes >= 0.1 && < 0.2
else else
Buildable: False Buildable: False
if os(windows) if os(windows)
cpp-options: -DNOCERTVERIFY cpp-options: -DNOCERTVERIFY
if flag(fastaes)
cpp-options: -DCIPHER_AES
Build-Depends: cipher-aes >= 0.1 && < 0.2
source-repository head source-repository head
type: git type: git