From 75acc288ca8f36e8f50cd8119ac617815b7146d5 Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Sat, 18 Dec 1999 13:25:45 +0000 Subject: fix typos and other little errors ... --- crypto/crypto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/crypto.h') diff --git a/crypto/crypto.h b/crypto/crypto.h index acb530768d..7d2b09ee9b 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -213,7 +213,7 @@ typedef struct crypto_ex_data_func_st #endif /* Set standard debugging functions (not done by default - * unless CRYPTO_MDEBUG ist defined) */ + * unless CRYPTO_MDEBUG is defined) */ #define CRYPTO_malloc_debug_init() do {\ CRYPTO_set_mem_debug_functions(\ (void (*)())CRYPTO_dbg_malloc,\ @@ -304,7 +304,7 @@ long CRYPTO_get_mem_debug_options(); #define CRYPTO_add_info(info) \ CRYPTO_add_info_(info, __FILE__, __LINE__); -int CRYPTO_add_info_(const char *file, int line, const char *info); +int CRYPTO_add_info_(const char *info, const char *file, int line); int CRYPTO_remove_info(void); int CRYPTO_remove_all_info(void); -- cgit v1.2.3