summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-06-14 23:47:31 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-06-14 23:47:31 +1000
commit7dae3d296e685843f003038a7f1a9f8ef7f614bd (patch)
tree4cb5744776856969616c5aec6a72e2366032162c
parenta2ed75582fb10a67424bca64775d0121631760fb (diff)
- (dtucker) [openbsd-compat/openssl-compat.h] Remove redundant definition
of USE_BUILTIN_RIJNDAEL since the <0.9.6 test is covered by the subsequent <0.9.7 test.
-rw-r--r--ChangeLog5
-rw-r--r--openbsd-compat/openssl-compat.h3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c1cbfd1cb..08d55cc54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
5 umac support. With tim@ djm@, ok djm. 5 umac support. With tim@ djm@, ok djm.
6 - (dtucker) [openbsd-compat/openssl-compat.h] Merge USE_BUILTIN_RIJNDAEL 6 - (dtucker) [openbsd-compat/openssl-compat.h] Merge USE_BUILTIN_RIJNDAEL
7 sections. Fixes builds with early OpenSSL 0.9.6 versions. 7 sections. Fixes builds with early OpenSSL 0.9.6 versions.
8 - (dtucker) [openbsd-compat/openssl-compat.h] Remove redundant definition
9 of USE_BUILTIN_RIJNDAEL since the <0.9.6 test is covered by the
10 subsequent <0.9.7 test.
8 11
920070612 1220070612
10 - (dtucker) OpenBSD CVS Sync 13 - (dtucker) OpenBSD CVS Sync
@@ -3069,4 +3072,4 @@
3069 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3072 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3070 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3073 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3071 3074
3072$Id: ChangeLog,v 1.4701 2007/06/14 13:38:39 dtucker Exp $ 3075$Id: ChangeLog,v 1.4702 2007/06/14 13:47:31 dtucker Exp $
diff --git a/openbsd-compat/openssl-compat.h b/openbsd-compat/openssl-compat.h
index cd7e366ad..f1d2f19fc 100644
--- a/openbsd-compat/openssl-compat.h
+++ b/openbsd-compat/openssl-compat.h
@@ -1,4 +1,4 @@
1/* $Id: openssl-compat.h,v 1.9 2007/06/14 13:38:39 dtucker Exp $ */ 1/* $Id: openssl-compat.h,v 1.10 2007/06/14 13:47:31 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>
@@ -22,7 +22,6 @@
22#if OPENSSL_VERSION_NUMBER < 0x00906000L 22#if OPENSSL_VERSION_NUMBER < 0x00906000L
23# define SSH_OLD_EVP 23# define SSH_OLD_EVP
24# define EVP_CIPHER_CTX_get_app_data(e) ((e)->app_data) 24# define EVP_CIPHER_CTX_get_app_data(e) ((e)->app_data)
25# define USE_BUILTIN_RIJNDAEL
26#endif 25#endif
27 26
28#if (OPENSSL_VERSION_NUMBER < 0x00907000L) || defined(OPENSSL_LOBOTOMISED_AES) 27#if (OPENSSL_VERSION_NUMBER < 0x00907000L) || defined(OPENSSL_LOBOTOMISED_AES)