Revert that...
authorRichard Levitte <levitte@openssl.org>
Fri, 2 Aug 2002 11:17:56 +0000 (11:17 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 2 Aug 2002 11:17:56 +0000 (11:17 +0000)
crypto/cryptlib.h
crypto/crypto.h

index 815c115bfa7bb7de0a5d0a8e6c1fbc2295f06027..576cbd6e35969988c485f9b69a681aaf56f55da3 100644 (file)
@@ -94,6 +94,7 @@ extern "C" {
 #define HEX_SIZE(type)         ((sizeof(type)*2)
 
 /* 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))
 
 #ifdef  __cplusplus
index dadd0e6430ea4e18be932d5b9d35d4ff48a0da80..d8258fcc792029ac2552a6085a8cb939d6b5588b 100644 (file)
@@ -382,9 +382,6 @@ void CRYPTO_mem_leaks(struct bio_st *bio);
 /* 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 *));
 
-/* A helper routine to use when something went really bad.  */
-void OpenSSLDie(const char *file,int line,const char *assertion);
-
 /* BEGIN ERROR CODES */
 /* 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.