diff options
author | Ruben Pollan <meskio@sindominio.net> | 2015-08-04 11:29:15 +0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-08-04 17:25:23 -0300 |
commit | 957350b4a45953e2d39e34cfd78d6ee0b711e573 (patch) | |
tree | 25c2d0ea3dfbf9c65055be678f2792a5f33d0d9a /client/changes | |
parent | 0a35ab802daf3a9c0f5297b823f0adcc0dce2999 (diff) |
[refactor] remove circular dependency in SoledadCrypto
SoledadCrypto had Soledad as parameter to be able to use
SoledadSecrets. SoledadSecrets had SoledadCrypto as parameter to use
*crypt_sym. This commit removes this circular dependency passing
directly the secret that SoledadCrypto cares about to the constructor
and removing the *crypt_sym methods from SoledadCrypto.
- Resolves: #7338
Diffstat (limited to 'client/changes')
-rw-r--r-- | client/changes/feat-7338_refactor_crypto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/changes/feat-7338_refactor_crypto b/client/changes/feat-7338_refactor_crypto new file mode 100644 index 00000000..d5afa96c --- /dev/null +++ b/client/changes/feat-7338_refactor_crypto @@ -0,0 +1 @@ +- refactor SoledadCrypto to remove circular dependency with SoledadSecrets (Closes: 7338) |