From c92d83359aed075657cd553f15a21809a032a107 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Jun 2021 17:32:03 -0400 Subject: [PATCH] spelling: authentication Signed-off-by: Josh Soref --- dane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3