chiark / gitweb /
keyexch, keymgmt: Include the peer's public key in the check hash.
[tripe] / tripe.h
diff --git a/tripe.h b/tripe.h
index 25255f321a3b0d7b4be556ef9867c97aecb3a048..5f62f16dbf51be863d9a7d18006cb5e226e44881 100644 (file)
--- a/tripe.h
+++ b/tripe.h
@@ -426,6 +426,7 @@ typedef struct admin {
 extern sel_state sel;                  /* Global I/O event state */
 extern group *gg;                      /* The group we work in */
 extern mp *kpriv;                      /* Our private key */
+extern ge *kpub;                       /* Our public key */
 extern octet buf_i[PKBUFSZ], buf_o[PKBUFSZ], buf_t[PKBUFSZ];
 extern const tunnel_ops *tunnels[];    /* Table of tunnels (0-term) */
 extern const tunnel_ops *tun_default;  /* Default tunnel to use */