aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-12-18 13:25:45 +0000
committerBodo Möller <bodo@openssl.org>1999-12-18 13:25:45 +0000
commit75acc288ca8f36e8f50cd8119ac617815b7146d5 (patch)
treeac9933447fb7da46ed38481d3c2e5847f383073d /crypto/crypto.h
parent0cd08cce17f665fe57b650d0d2f983f41c84b273 (diff)
downloadopenssl-75acc288ca8f36e8f50cd8119ac617815b7146d5.tar.gz
fix typos and other little errors ...
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r--crypto/crypto.h4
1 files changed, 2 insertions, 2 deletions
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);