aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/symhacks.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-28 13:17:40 +0000
committerRichard Levitte <levitte@openssl.org>2002-02-28 13:17:40 +0000
commit87ebdd8a718adec7efc8ae7c31025db1d3959ac2 (patch)
treeff41eae2a7c34e23a5ead738e09d443a04d58186 /crypto/symhacks.h
parent7d68189d8a700fe16b1ac795a4f79fe2862d1e12 (diff)
downloadopenssl-87ebdd8a718adec7efc8ae7c31025db1d3959ac2.tar.gz
VMS addaptation, including a few more long names that needed hacking.
Diffstat (limited to 'crypto/symhacks.h')
-rw-r--r--crypto/symhacks.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/crypto/symhacks.h b/crypto/symhacks.h
index d1aff2ae32..de0f452b47 100644
--- a/crypto/symhacks.h
+++ b/crypto/symhacks.h
@@ -182,6 +182,18 @@
#undef OCSP_SINGLERESP_get_ext_by_critical
#define OCSP_SINGLERESP_get_ext_by_critical OCSP_SINGLERESP_get_ext_by_crit
+/* Hack some long DES names */
+#undef _ossl_old_des_ede3_cfb64_encrypt
+#define _ossl_old_des_ede3_cfb64_encrypt _ossl_odes_ede3_cfb64_encrypt
+#undef _ossl_old_des_ede3_ofb64_encrypt
+#define _ossl_old_des_ede3_ofb64_encrypt _ossl_odes_ede3_ofb64_encrypt
+
+/* Hack some long EVP names */
+#undef OPENSSL_add_all_algorithms_noconf
+#define OPENSSL_add_all_algorithms_noconf OPENSSL_add_all_algo_noconf
+#undef OPENSSL_add_all_algorithms_conf
+#define OPENSSL_add_all_algorithms_conf OPENSSL_add_all_algo_conf
+
/* Hack some long EC names */
#undef EC_POINT_set_Jprojective_coordinates_GFp
#define EC_POINT_set_Jprojective_coordinates_GFp \