Skip to content

Commit

Permalink
remove ecc
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs committed Apr 21, 2011
1 parent 9bdd3b7 commit 4fec0a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ my %deps = ('aes'=>'sjcl',
'pbkdf2'=>'hmac',
'srp'=>'sha1,bn,bitArray',
'bn'=>'bitArray,random',
'ecc'=>'bn',
'random'=>'sha256,aes',
'convenience'=>'ccm,pbkdf2,random');

Expand All @@ -29,7 +28,7 @@ my $compress = "closure";
my %enabled = ();
$enabled{$_} = 0 foreach (@targets);

# by default, all but codecBytes, ecc, bn, cbc
# by default, all but codecBytes, srp, bn, cbc
$enabled{$_} = 1 foreach (qw/aes bitArray codecString codecHex codecBase64 sha256 ccm ocb2 hmac pbkdf2 random convenience/);

# argument parsing
Expand Down

0 comments on commit 4fec0a0

Please sign in to comment.