Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/openssl
File: ebcdic.h
/*
[0] Fix | Delete
* Copyright 1999-2016 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_EBCDIC_H
[9] Fix | Delete
# define HEADER_EBCDIC_H
[10] Fix | Delete
[11] Fix | Delete
# include <stdlib.h>
[12] Fix | Delete
[13] Fix | Delete
#ifdef __cplusplus
[14] Fix | Delete
extern "C" {
[15] Fix | Delete
#endif
[16] Fix | Delete
[17] Fix | Delete
/* Avoid name clashes with other applications */
[18] Fix | Delete
# define os_toascii _openssl_os_toascii
[19] Fix | Delete
# define os_toebcdic _openssl_os_toebcdic
[20] Fix | Delete
# define ebcdic2ascii _openssl_ebcdic2ascii
[21] Fix | Delete
# define ascii2ebcdic _openssl_ascii2ebcdic
[22] Fix | Delete
[23] Fix | Delete
extern const unsigned char os_toascii[256];
[24] Fix | Delete
extern const unsigned char os_toebcdic[256];
[25] Fix | Delete
void *ebcdic2ascii(void *dest, const void *srce, size_t count);
[26] Fix | Delete
void *ascii2ebcdic(void *dest, const void *srce, size_t count);
[27] Fix | Delete
[28] Fix | Delete
#ifdef __cplusplus
[29] Fix | Delete
}
[30] Fix | Delete
#endif
[31] Fix | Delete
#endif
[32] Fix | Delete
[33] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function