diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-06-09 21:45:10 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-06-09 21:45:10 +1000 |
commit | a55ec7701336230c76b63ad426057146ae516a4f (patch) | |
tree | ce6f737b8fe815e6ce88e60a8cf9e5c610ff34e1 /openbsd-compat/openbsd-compat.h | |
parent | 431f022263a59595dd7894181515832828a950f9 (diff) |
- (dtucker) [cipher.c openbsd-compat/Makefile.in
openbsd-compat/openbsd-compat.{c,h} openbsd-compat/openssl-compat.h]
Move compatibility code for supporting older OpenSSL versions to the
compat layer. Suggested by and "no objection" djm@
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index a4cfa6c4d..f468d5aab 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: openbsd-compat.h,v 1.27 2005/05/26 10:48:25 djm Exp $ */ | 1 | /* $Id: openbsd-compat.h,v 1.28 2005/06/09 11:45:11 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. | 4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. |
@@ -168,6 +168,9 @@ char *shadow_pw(struct passwd *pw); | |||
168 | /* rfc2553 socket API replacements */ | 168 | /* rfc2553 socket API replacements */ |
169 | #include "fake-rfc2553.h" | 169 | #include "fake-rfc2553.h" |
170 | 170 | ||
171 | /* compatibility with old or broken OpenSSL versions */ | ||
172 | #include "openssl-compat.h" | ||
173 | |||
171 | /* Routines for a single OS platform */ | 174 | /* Routines for a single OS platform */ |
172 | #include "bsd-cray.h" | 175 | #include "bsd-cray.h" |
173 | #include "bsd-cygwin_util.h" | 176 | #include "bsd-cygwin_util.h" |