summaryrefslogtreecommitdiffabout
path: root/lib/basic_op.cc
Side-by-side diff
Diffstat (limited to 'lib/basic_op.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--lib/basic_op.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/basic_op.cc b/lib/basic_op.cc
index 2d82147..c247493 100644
--- a/lib/basic_op.cc
+++ b/lib/basic_op.cc
@@ -99,5 +99,5 @@ namespace opkele {
if(ats=="HMAC-SHA1")
- a = alloc_assoc(ats,SHA_DIGEST_LENGTH,true);
+ a = alloc_assoc(ats,SHA_DIGEST_LENGTH,false);
else if(ats=="HMAC-SHA256")
- a = alloc_assoc(ats,SHA256_DIGEST_LENGTH,true);
+ a = alloc_assoc(ats,SHA256_DIGEST_LENGTH,false);
else
@@ -108,3 +108,3 @@ namespace opkele {
oum.set_field("assoc_handle",a->handle());
- oum.set_field("expires_in",util::long_to_string(assoc->expires_in()));
+ oum.set_field("expires_in",util::long_to_string(a->expires_in()));
secret_t secret = a->secret();