diff --git a/c_micasad/cache/SecretStore.cs b/c_micasad/cache/SecretStore.cs index b407c0ee..35ae70bb 100644 --- a/c_micasad/cache/SecretStore.cs +++ b/c_micasad/cache/SecretStore.cs @@ -30,7 +30,8 @@ using System.Security.Cryptography; using System.Text; using sscs.cache; using sscs.common; - using sscs.lss; +using sscs.constants; +using sscs.lss; using sscs.crypto; namespace sscs.cache