Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/openssl
File: symhacks.h
/*
[0] Fix | Delete
* Copyright 1999-2018 The OpenSSL Project Authors. All Rights Reserved.
[1] Fix | Delete
*
[2] Fix | Delete
* Licensed under the OpenSSL license (the "License"). You may not use
[3] Fix | Delete
* this file except in compliance with the License. You can obtain a copy
[4] Fix | Delete
* in the file LICENSE in the source distribution or at
[5] Fix | Delete
* https://www.openssl.org/source/license.html
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
#ifndef HEADER_SYMHACKS_H
[9] Fix | Delete
# define HEADER_SYMHACKS_H
[10] Fix | Delete
[11] Fix | Delete
# include <openssl/e_os2.h>
[12] Fix | Delete
[13] Fix | Delete
/* Case insensitive linking causes problems.... */
[14] Fix | Delete
# if defined(OPENSSL_SYS_VMS)
[15] Fix | Delete
# undef ERR_load_CRYPTO_strings
[16] Fix | Delete
# define ERR_load_CRYPTO_strings ERR_load_CRYPTOlib_strings
[17] Fix | Delete
# undef OCSP_crlID_new
[18] Fix | Delete
# define OCSP_crlID_new OCSP_crlID2_new
[19] Fix | Delete
[20] Fix | Delete
# undef d2i_ECPARAMETERS
[21] Fix | Delete
# define d2i_ECPARAMETERS d2i_UC_ECPARAMETERS
[22] Fix | Delete
# undef i2d_ECPARAMETERS
[23] Fix | Delete
# define i2d_ECPARAMETERS i2d_UC_ECPARAMETERS
[24] Fix | Delete
# undef d2i_ECPKPARAMETERS
[25] Fix | Delete
# define d2i_ECPKPARAMETERS d2i_UC_ECPKPARAMETERS
[26] Fix | Delete
# undef i2d_ECPKPARAMETERS
[27] Fix | Delete
# define i2d_ECPKPARAMETERS i2d_UC_ECPKPARAMETERS
[28] Fix | Delete
[29] Fix | Delete
/* This one clashes with CMS_data_create */
[30] Fix | Delete
# undef cms_Data_create
[31] Fix | Delete
# define cms_Data_create priv_cms_Data_create
[32] Fix | Delete
[33] Fix | Delete
# endif
[34] Fix | Delete
[35] Fix | Delete
#endif /* ! defined HEADER_VMS_IDHACKS_H */
[36] Fix | Delete
[37] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function