summaryrefslogtreecommitdiff
path: root/openbsd-compat/openssl-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/openssl-compat.h')
-rw-r--r--openbsd-compat/openssl-compat.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/openbsd-compat/openssl-compat.h b/openbsd-compat/openssl-compat.h
index d9b2fa55f..4988485f1 100644
--- a/openbsd-compat/openssl-compat.h
+++ b/openbsd-compat/openssl-compat.h
@@ -1,4 +1,4 @@
1/* $Id: openssl-compat.h,v 1.1 2005/06/09 11:45:11 dtucker Exp $ */ 1/* $Id: openssl-compat.h,v 1.2 2005/11/20 03:10:00 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2005 Darren Tucker <dtucker@zip.com.au> 4 * Copyright (c) 2005 Darren Tucker <dtucker@zip.com.au>
@@ -43,7 +43,12 @@ extern const EVP_CIPHER *evp_acss(void);
43#endif 43#endif
44 44
45/* 45/*
46 * insert comment here 46 * We overload some of the OpenSSL crypto functions with ssh_* equivalents
47 * which cater for older and/or less featureful OpenSSL version.
48 *
49 * In order for the compat library to call the real functions, it must
50 * define SSH_DONT_OVERLOAD_OPENSSL_FUNCS before including this file and
51 * implement the ssh_* equivalents.
47 */ 52 */
48#ifdef SSH_OLD_EVP 53#ifdef SSH_OLD_EVP
49 54