summaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops/crypto_openssl_mgt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypt_ops/crypto_openssl_mgt.h')
-rw-r--r--src/lib/crypt_ops/crypto_openssl_mgt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypt_ops/crypto_openssl_mgt.h b/src/lib/crypt_ops/crypto_openssl_mgt.h
index c67ab6467c..91df084a15 100644
--- a/src/lib/crypt_ops/crypto_openssl_mgt.h
+++ b/src/lib/crypt_ops/crypto_openssl_mgt.h
@@ -57,7 +57,7 @@
#if OPENSSL_VERSION_NUMBER >= OPENSSL_VER(1,1,0,0,5) && \
!defined(LIBRESSL_VERSION_NUMBER)
/* OpenSSL as of 1.1.0pre4 has an "new" thread API, which doesn't require
- * seting up various callbacks.
+ * setting up various callbacks.
*
* OpenSSL 1.1.0pre4 has a messed up `ERR_remove_thread_state()` prototype,
* while the previous one was restored in pre5, and the function made a no-op