summaryrefslogtreecommitdiff
path: root/src/irmd/oap/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irmd/oap/internal.h')
-rw-r--r--src/irmd/oap/internal.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/irmd/oap/internal.h b/src/irmd/oap/internal.h
index 6dd44d56..12d93bcd 100644
--- a/src/irmd/oap/internal.h
+++ b/src/irmd/oap/internal.h
@@ -36,9 +36,10 @@
int oap_check_hdr(const struct oap_hdr * hdr);
-int oap_auth_peer(char * name,
- const struct oap_hdr * local_hdr,
- const struct oap_hdr * peer_hdr);
+int oap_auth_peer(char * name,
+ const struct sec_config * cfg,
+ const struct oap_hdr * local_hdr,
+ const struct oap_hdr * peer_hdr);
int oap_negotiate_cipher(const struct oap_hdr * peer_hdr,
struct sec_config * kcfg);