diff options
| author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2026-05-02 15:38:00 +0200 |
|---|---|---|
| committer | Sander Vrijders <sander@ouroboros.rocks> | 2026-05-20 08:17:05 +0200 |
| commit | b8fa5686097337ffb289ecfc00b2558ee54de74e (patch) | |
| tree | a8b3a6749b4e38f64abfd5b066e4f7a62af832cc /src/lib | |
| parent | 8cea9fdd2831a0bcf735d323796104cd8f318133 (diff) | |
| download | ouroboros-b8fa5686097337ffb289ecfc00b2558ee54de74e.tar.gz ouroboros-b8fa5686097337ffb289ecfc00b2558ee54de74e.zip | |
irmd, lib: Minor cleanup in oap/srv and irm.proto
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/pb/irm.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/pb/irm.proto b/src/lib/pb/irm.proto index 9ed0a29b..579fd388 100644 --- a/src/lib/pb/irm.proto +++ b/src/lib/pb/irm.proto @@ -94,6 +94,6 @@ message irm_msg { optional uint32 timeo_sec = 23; optional uint32 timeo_nsec = 24; optional sint32 result = 25; - optional bytes sym_key = 26; /* symmetric encryption key */ - optional sint32 cipher_nid = 27; /* cipher NID */ + optional bytes sym_key = 26; /* symmetric encryption key */ + optional sint32 cipher_nid = 27; /* cipher NID */ } |
