Revert that...
This commit is contained in:
parent
89918b5c17
commit
bb34d6de74
2 changed files with 1 additions and 3 deletions
|
@ -94,6 +94,7 @@ extern "C" {
|
||||||
#define HEX_SIZE(type) ((sizeof(type)*2)
|
#define HEX_SIZE(type) ((sizeof(type)*2)
|
||||||
|
|
||||||
/* die if we have to */
|
/* die if we have to */
|
||||||
|
void OpenSSLDie(const char *file,int line,const char *assertion);
|
||||||
#define die(e) ((e) ? (void)0 : OpenSSLDie(__FILE__, __LINE__, #e))
|
#define die(e) ((e) ? (void)0 : OpenSSLDie(__FILE__, __LINE__, #e))
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
@ -382,9 +382,6 @@ void CRYPTO_mem_leaks(struct bio_st *bio);
|
||||||
/* unsigned long order, char *file, int line, int num_bytes, char *addr */
|
/* unsigned long order, char *file, int line, int num_bytes, char *addr */
|
||||||
void CRYPTO_mem_leaks_cb(void (*cb)(unsigned long, const char *, int, int, void *));
|
void CRYPTO_mem_leaks_cb(void (*cb)(unsigned long, const char *, int, int, void *));
|
||||||
|
|
||||||
/* A helper routine to use when something went really bad. */
|
|
||||||
void OpenSSLDie(const char *file,int line,const char *assertion);
|
|
||||||
|
|
||||||
/* 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.
|
||||||
|
|
Loading…
Reference in a new issue