summaryrefslogtreecommitdiffstats
path: root/crypto.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-08-10 22:37:18 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-08-10 22:37:18 +0000
commitc282a2c296f6273a46a4d99b7a9ca83e5293dd42 (patch)
treeeda824e9d87cb918771a650c202ff56570ecad2b /crypto.h
parent6383b362039f1dffe380903f571c275576cb38d3 (diff)
downloadopenvpn-c282a2c296f6273a46a4d99b7a9ca83e5293dd42.tar.gz
openvpn-c282a2c296f6273a46a4d99b7a9ca83e5293dd42.tar.xz
openvpn-c282a2c296f6273a46a4d99b7a9ca83e5293dd42.zip
Workaround bug in OpenSSL 0.9.6b ASN1_STRING_to_UTF8, which
the new implementation of extract_x509_field_ssl depends on. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3220 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'crypto.h')
-rw-r--r--crypto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto.h b/crypto.h
index 185f9d2..5ac1208 100644
--- a/crypto.h
+++ b/crypto.h
@@ -69,9 +69,6 @@
#if SSLEAY_VERSION_NUMBER < 0x00907000L
-/* Workaround: OpenSSL 0.9.6 breaks extract_x509_field_ssl function */
-#define USE_OLD_EXTRACT_X509_FIELD
-
/* Workaround: EVP_CIPHER_mode is defined wrong in OpenSSL 0.9.6 but is fixed in 0.9.7 */
#undef EVP_CIPHER_mode
#define EVP_CIPHER_mode(e) (((e)->flags) & EVP_CIPH_MODE)