From: Josh Soref Date: Sun, 13 Jun 2021 21:32:03 +0000 (-0400) Subject: spelling: authentication X-Git-Tag: 1.8.0-rc.1~25^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c92d83359aed075657cd553f15a21809a032a107;p=thirdparty%2Fldns.git spelling: authentication Signed-off-by: Josh Soref --- diff --git a/dane.c b/dane.c index 6c84f9ca..13c23bb3 100644 --- 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.