Deleted Added
full compact
symhacks.h (302408) symhacks.h (326663)
1/* ====================================================================
2 * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 266 unchanged lines hidden (view full) ---

275
276/* Hack some long EVP names */
277# undef OPENSSL_add_all_algorithms_noconf
278# define OPENSSL_add_all_algorithms_noconf OPENSSL_add_all_algo_noconf
279# undef OPENSSL_add_all_algorithms_conf
280# define OPENSSL_add_all_algorithms_conf OPENSSL_add_all_algo_conf
281# undef EVP_PKEY_meth_set_verify_recover
282# define EVP_PKEY_meth_set_verify_recover EVP_PKEY_meth_set_vrfy_recover
1/* ====================================================================
2 * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 266 unchanged lines hidden (view full) ---

275
276/* Hack some long EVP names */
277# undef OPENSSL_add_all_algorithms_noconf
278# define OPENSSL_add_all_algorithms_noconf OPENSSL_add_all_algo_noconf
279# undef OPENSSL_add_all_algorithms_conf
280# define OPENSSL_add_all_algorithms_conf OPENSSL_add_all_algo_conf
281# undef EVP_PKEY_meth_set_verify_recover
282# define EVP_PKEY_meth_set_verify_recover EVP_PKEY_meth_set_vrfy_recover
283# undef EVP_PKEY_meth_get_verify_recover
284# define EVP_PKEY_meth_get_verify_recover EVP_PKEY_meth_get_vrfy_recover
283
284/* Hack some long EC names */
285# undef EC_GROUP_set_point_conversion_form
286# define EC_GROUP_set_point_conversion_form EC_GROUP_set_point_conv_form
287# undef EC_GROUP_get_point_conversion_form
288# define EC_GROUP_get_point_conversion_form EC_GROUP_get_point_conv_form
289# undef EC_GROUP_clear_free_all_extra_data
290# define EC_GROUP_clear_free_all_extra_data EC_GROUP_clr_free_all_xtra_data

--- 226 unchanged lines hidden ---
285
286/* Hack some long EC names */
287# undef EC_GROUP_set_point_conversion_form
288# define EC_GROUP_set_point_conversion_form EC_GROUP_set_point_conv_form
289# undef EC_GROUP_get_point_conversion_form
290# define EC_GROUP_get_point_conversion_form EC_GROUP_get_point_conv_form
291# undef EC_GROUP_clear_free_all_extra_data
292# define EC_GROUP_clear_free_all_extra_data EC_GROUP_clr_free_all_xtra_data

--- 226 unchanged lines hidden ---