summaryrefslogtreecommitdiff
path: root/src/manager/service/crypto-request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager/service/crypto-request.h')
-rw-r--r--src/manager/service/crypto-request.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/manager/service/crypto-request.h b/src/manager/service/crypto-request.h
index c8c16bf4..83ccab5c 100644
--- a/src/manager/service/crypto-request.h
+++ b/src/manager/service/crypto-request.h
@@ -28,15 +28,15 @@
namespace CKM {
struct CryptoRequest {
- ConnectionID conn;
- Credentials cred;
- EncryptionCommand command;
- int msgId;
- CryptoAlgorithmSerializable cas;
- Name name;
- Label label;
- Password password;
- RawBuffer input;
+ ConnectionID conn;
+ Credentials cred;
+ EncryptionCommand command;
+ int msgId;
+ CryptoAlgorithmSerializable cas;
+ Name name;
+ Label label;
+ Password password;
+ RawBuffer input;
};
} /* namespace CKM */