From 436dc4093e5aa39d2025bc50e052a6872ba7ffed Mon Sep 17 00:00:00 2001 From: Jim Norman Date: Thu, 2 Feb 2006 22:25:23 +0000 Subject: [PATCH] Oops --- c_micasad/cache/SecretStore.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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