Commit a39f6e40 authored by yiwenshao's avatar yiwenshao

all in one key

parent 0748e564
oAGG:MBJCEBSDPOoADD
......@@ -451,12 +451,12 @@ freeKey(PKCS * key)
string
getLayerKey(const AES_KEY * const mKey, string uniqueFieldName,
SECLEVEL l) {
if (l == SECLEVEL::DETJOIN) {
return getKey(mKey, "joinjoin", l);
}
if (l == SECLEVEL::OPEFOREIGN){
return getKey(mKey,"foreignjoin",l);
}
// if (l == SECLEVEL::DETJOIN) {
// return getKey(mKey, "joinjoin", l);
// }
// if (l == SECLEVEL::OPEFOREIGN){
// return getKey(mKey,"foreignjoin",l);
// }
return getKey(mKey, "uniqueFieldName", l);//disable layer key temporarily. shaoyiwen
}
......
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