]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix lintian typo.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 20 Jun 2017 13:34:01 +0000 (13:34 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 20 Jun 2017 13:34:01 +0000 (13:34 +0000)
git-svn-id: file:///svn/unbound/trunk@4239 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/remote.c
doc/Changelog

index fb2fec6daab4397a8438b5e735672b768a35b543..bb41cc5df2dbb748e6ceb63de354dd249b537c1a 100644 (file)
@@ -263,7 +263,7 @@ daemon_remote_create(struct config_file* cfg)
 #if defined(SHA256_DIGEST_LENGTH) && defined(USE_ECDSA)
        /* if we have sha256, set the cipher list to have no known vulns */
        if(!SSL_CTX_set_cipher_list(rc->ctx, "ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256"))
-               log_crypto_err("coult not set cipher list with SSL_CTX_set_cipher_list");
+               log_crypto_err("could not set cipher list with SSL_CTX_set_cipher_list");
 #endif
 
        if (cfg->remote_control_use_cert == 0) {
index bcd0a4b128bef1a67576e79e4e0c22ecddb23bbb..3a2d5232d65719b3ffa370b1c79fd426e554fe0e 100644 (file)
@@ -1,6 +1,7 @@
 20 June 2017: Wouter
        - Fix warning in pythonmod under clang compiler.
        - Tag 1.6.4rc1
+       - Fix lintian typo.
 
 16 June 2017: Ralph
        - Fix #1277: disable domain ratelimit by setting value to 0.