diff options
| author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2026-06-21 14:18:38 +0200 |
|---|---|---|
| committer | Sander Vrijders <sander@ouroboros.rocks> | 2026-06-29 08:33:00 +0200 |
| commit | 4b16f7b9ba95f7e24ff443e5b215c2823c1387f7 (patch) | |
| tree | d52f169067ab7b8faca90ef2b97b624803e61a68 /src/irmd/oap/hdr.h | |
| parent | 55a8136859d82d9bdb8f85abb25290177ca7e561 (diff) | |
| download | ouroboros-4b16f7b9ba95f7e24ff443e5b215c2823c1387f7.tar.gz ouroboros-4b16f7b9ba95f7e24ff443e5b215c2823c1387f7.zip | |
oap: Rename kex_config loaders to sec_config
Leftover from the kex_config->enc_config->sec_config rename. Finished
by renames load_kex_config and the cli/srv variants to
load_sec_config, the kcfg variables to scfg, and fixes the "KEX
config"/"encryption config" comments.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/irmd/oap/hdr.h')
| -rw-r--r-- | src/irmd/oap/hdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irmd/oap/hdr.h b/src/irmd/oap/hdr.h index e6c5fffc..1a599727 100644 --- a/src/irmd/oap/hdr.h +++ b/src/irmd/oap/hdr.h @@ -171,7 +171,7 @@ void oap_hdr_fini(struct oap_hdr * oap_hdr); int oap_hdr_encode(struct oap_hdr * hdr, void * pkp, void * crt, - struct sec_config * kcfg, + struct sec_config * scfg, buffer_t rsp_tag, int req_md_nid, const uint8_t * seal_key); |
