summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-16 12:31:48 +1000
committerDamien Miller <djm@mindrot.org>2000-04-16 12:31:48 +1000
commit5f05637b0ef7058d3ab2ff385251f73dcc9cb5f7 (patch)
tree443665fb58916f33c2f346aa3284a444d3352311 /kex.h
parenta664e870f27e6dc2c73f393e95a229abc527e0e6 (diff)
- Reduce diff against OpenBSD source
- All OpenSSL includes are now unconditionally referenced as openssl/foo.h - Pick up formatting changes - Other minor changed (typecasts, etc) that I missed
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/kex.h b/kex.h
index 29e1e887f..5395ebc3f 100644
--- a/kex.h
+++ b/kex.h
@@ -29,17 +29,6 @@
29#ifndef KEX_H 29#ifndef KEX_H
30#define KEX_H 30#define KEX_H
31 31
32#include "config.h"
33
34#ifdef HAVE_OPENSSL
35# include <openssl/bn.h>
36# include <openssl/evp.h>
37#endif
38#ifdef HAVE_SSL
39# include <ssl/bn.h>
40# include <ssl/evp.h>
41#endif
42
43#define KEX_DH1 "diffie-hellman-group1-sha1" 32#define KEX_DH1 "diffie-hellman-group1-sha1"
44#define KEX_DSS "ssh-dss" 33#define KEX_DSS "ssh-dss"
45 34