Skip to content

Commit

Permalink
recompile without base32.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilos committed Jan 25, 2015
1 parent 5a9274d commit 11a673d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 35 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ my %enabled = ();
$enabled{$_} = 0 foreach (@targets);

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

# argument parsing
while (my $arg = shift @ARGV) {
Expand Down
Loading

0 comments on commit 11a673d

Please sign in to comment.