summaryrefslogtreecommitdiff
path: root/ssh-agent.c
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 /ssh-agent.c
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 'ssh-agent.c')
-rw-r--r--ssh-agent.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index 66439461e..fac2a2c38 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -21,12 +21,7 @@ RCSID("$OpenBSD: ssh-agent.c,v 1.28 2000/04/14 10:30:33 markus Exp $");
21#include "getput.h" 21#include "getput.h"
22#include "mpaux.h" 22#include "mpaux.h"
23 23
24#ifdef HAVE_OPENSSL
25#include <openssl/md5.h> 24#include <openssl/md5.h>
26#endif
27#ifdef HAVE_SSL
28#include <ssl/md5.h>
29#endif
30 25
31typedef struct { 26typedef struct {
32 int fd; 27 int fd;