summaryrefslogtreecommitdiff
path: root/perl/Wallet/Object
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2013-01-08 13:27:53 -0800
committerRuss Allbery <rra@stanford.edu>2013-01-16 13:21:18 -0800
commit95ed0cf2495e2f88139753a82214e004d8e5ba85 (patch)
treef1c92dad60e3ba6ac595144fe08537578f39993c /perl/Wallet/Object
parent34138105d0f78c6809ac7111bfed833344d85f7a (diff)
In Wallet::Object::WAKeyring, require the right version of WebAuth
We need at least version 3.06 to have the encode and decode WebAuth::Keyring functions. Change-Id: Ia4e3ed74cc038c06e3ba6ab13b37ea3cdb06c032 Reviewed-on: https://gerrit.stanford.edu/713 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'perl/Wallet/Object')
-rw-r--r--perl/Wallet/Object/WAKeyring.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Wallet/Object/WAKeyring.pm b/perl/Wallet/Object/WAKeyring.pm
index 300bcda..97984d3 100644
--- a/perl/Wallet/Object/WAKeyring.pm
+++ b/perl/Wallet/Object/WAKeyring.pm
@@ -20,7 +20,7 @@ use Digest::MD5 qw(md5_hex);
use Fcntl qw(LOCK_EX);
use Wallet::Config ();
use Wallet::Object::Base;
-use WebAuth qw(WA_KEY_AES WA_AES_128);
+use WebAuth 3.06 qw(WA_KEY_AES WA_AES_128);
@ISA = qw(Wallet::Object::Base);