git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d5c3924
)
Correct OPENSSL_VERSION_NUMBER #ifdef
author
Tom Kistner
<tom@duncanthrax.net>
Fri, 16 Oct 2009 13:10:34 +0000
(13:10 +0000)
committer
Tom Kistner
<tom@duncanthrax.net>
Fri, 16 Oct 2009 13:10:34 +0000
(13:10 +0000)
src/src/tls-openssl.c
patch
|
blob
|
history
diff --git
a/src/src/tls-openssl.c
b/src/src/tls-openssl.c
index dc20a6e3fb8be1b089ea3862f407976def0713d2..be06eaffba38320613d3c8ef37252dc147099290 100644
(file)
--- a/
src/src/tls-openssl.c
+++ b/
src/src/tls-openssl.c
@@
-1,4
+1,4
@@
-/* $Cambridge: exim/src/src/tls-openssl.c,v 1.1
8 2009/10/16 11:38:01
tom Exp $ */
+/* $Cambridge: exim/src/src/tls-openssl.c,v 1.1
9 2009/10/16 13:10:34
tom Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
/*************************************************
* Exim - an Internet mail transport agent *
@@
-305,7
+305,7
@@
tls_init(host_item *host, uschar *dhparam, uschar *certificate,
SSL_load_error_strings(); /* basic set up */
OpenSSL_add_ssl_algorithms();
SSL_load_error_strings(); /* basic set up */
OpenSSL_add_ssl_algorithms();
-#if OPENSSL_VERSION_NUMBER >
= 0x00908000
L
+#if OPENSSL_VERSION_NUMBER >
0x0090800f
L
/* SHA256 is becoming ever moar popular. This makes sure it gets added to the
list of available digests. */
EVP_add_digest(EVP_sha256());
/* SHA256 is becoming ever moar popular. This makes sure it gets added to the
list of available digests. */
EVP_add_digest(EVP_sha256());