summaryrefslogtreecommitdiffstats
path: root/include/openssl/bn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/bn.h')
-rw-r--r--include/openssl/bn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/bn.h b/include/openssl/bn.h
index 1e3c24af46..4dc2abd838 100644
--- a/include/openssl/bn.h
+++ b/include/openssl/bn.h
@@ -76,7 +76,7 @@ extern "C" {
# if OPENSSL_API_COMPAT < 0x00908000L
/* deprecated name for the flag */
# define BN_FLG_EXP_CONSTTIME BN_FLG_CONSTTIME
-# define BN_FLG_FREE 0x8000 /* used for debuging */
+# define BN_FLG_FREE 0x8000 /* used for debugging */
# endif
void BN_set_flags(BIGNUM *b, int n);