Commit 5d7bad68 authored by casualet's avatar casualet

add crypto

parent 290873a2
......@@ -454,8 +454,8 @@ getLayerKey(const AES_KEY * const mKey, string uniqueFieldName,
if (l == SECLEVEL::DETJOIN) {
return getKey(mKey, "joinjoin", l);
}
if(l == SECLEVEL::OPE){
return getKey(mKey,"opeforeign",l);
if (l == SECLEVEL::OPEFOREIGN){
return getKey(mKey,"foreignjoin",l);
}
return getKey(mKey, uniqueFieldName, l);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment