Move OPENSSL_init declaration out of auto-generated code section
(it is not auto-generated).
This commit is contained in:
parent
92f96fa721
commit
24ad061037
1 changed files with 3 additions and 3 deletions
|
@ -588,15 +588,15 @@ int OPENSSL_isservice(void);
|
||||||
|
|
||||||
#endif /* def OPENSSL_FIPS */
|
#endif /* def OPENSSL_FIPS */
|
||||||
|
|
||||||
|
#define OPENSSL_HAVE_INIT 1
|
||||||
|
void OPENSSL_init(void);
|
||||||
|
|
||||||
/* BEGIN ERROR CODES */
|
/* BEGIN ERROR CODES */
|
||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
* made after this point may be overwritten when the script is next run.
|
* made after this point may be overwritten when the script is next run.
|
||||||
*/
|
*/
|
||||||
void ERR_load_CRYPTO_strings(void);
|
void ERR_load_CRYPTO_strings(void);
|
||||||
|
|
||||||
#define OPENSSL_HAVE_INIT 1
|
|
||||||
void OPENSSL_init(void);
|
|
||||||
|
|
||||||
/* Error codes for the CRYPTO functions. */
|
/* Error codes for the CRYPTO functions. */
|
||||||
|
|
||||||
/* Function codes. */
|
/* Function codes. */
|
||||||
|
|
Loading…
Reference in a new issue