]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: authentication
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:32:03 +0000 (17:32 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:17 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
dane.c

diff --git a/dane.c b/dane.c
index 6c84f9ca0bd3210314d462ee7e47aac66ead0688..13c23bb3615730bd951391bd6f54be3de6144990 100644 (file)
--- a/dane.c
+++ b/dane.c
@@ -32,7 +32,7 @@
 /* OpenSSL context options. At the moment, disable SSLv2, SSLv3
  * and Compression, if available. TLSv1.0 is allowed at the moment.
  * TLSv1.1 is the first to provide elliptic curves, so it is usually
- * allowed in a TLS stack. TLSv1.2 is the first to provide authenc
+ * allowed in a TLS stack. TLSv1.2 is the first to provide authentication
  * modes of operation, like GCM. The defines below are a moving
  * target based on OpenSSL library version. Grep is useful to find
  * the defines: grep -IR SSL_OP_NO_ /usr/include/openssl.