Deleted Added
full compact
comp.h (68651) comp.h (89837)
1
2#ifndef HEADER_COMP_H
3#define HEADER_COMP_H
4
5#include <openssl/crypto.h>
6
7#ifdef __cplusplus
8extern "C" {

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

42#ifdef ZLIB
43COMP_METHOD *COMP_zlib(void );
44#endif
45
46/* BEGIN ERROR CODES */
47/* The following lines are auto generated by the script mkerr.pl. Any changes
48 * made after this point may be overwritten when the script is next run.
49 */
1
2#ifndef HEADER_COMP_H
3#define HEADER_COMP_H
4
5#include <openssl/crypto.h>
6
7#ifdef __cplusplus
8extern "C" {

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

42#ifdef ZLIB
43COMP_METHOD *COMP_zlib(void );
44#endif
45
46/* BEGIN ERROR CODES */
47/* The following lines are auto generated by the script mkerr.pl. Any changes
48 * made after this point may be overwritten when the script is next run.
49 */
50void ERR_load_COMP_strings(void);
50
51/* Error codes for the COMP functions. */
52
53/* Function codes. */
54
55/* Reason codes. */
56
57#ifdef __cplusplus
58}
59#endif
60#endif
51
52/* Error codes for the COMP functions. */
53
54/* Function codes. */
55
56/* Reason codes. */
57
58#ifdef __cplusplus
59}
60#endif
61#endif
61