summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/kex.h b/kex.h
index d8f37c1a6..90496fbdf 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: kex.h,v 1.13 2001/02/04 15:32:24 stevesk Exp $ */ 1/* $OpenBSD: kex.h,v 1.14 2001/02/11 12:59:24 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -26,9 +26,11 @@
26#ifndef KEX_H 26#ifndef KEX_H
27#define KEX_H 27#define KEX_H
28 28
29#include <openssl/evp.h>
30#include "buffer.h"
31
29#define KEX_DH1 "diffie-hellman-group1-sha1" 32#define KEX_DH1 "diffie-hellman-group1-sha1"
30#define KEX_DHGEX "diffie-hellman-group-exchange-sha1" 33#define KEX_DHGEX "diffie-hellman-group-exchange-sha1"
31#define KEX_DSS "ssh-dss"
32 34
33enum kex_init_proposals { 35enum kex_init_proposals {
34 PROPOSAL_KEX_ALGS, 36 PROPOSAL_KEX_ALGS,