]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
reformat 514/head
authorTomasz Ziolkowski <tomasz.ziolkowski@allegro.pl>
Wed, 4 Aug 2021 11:05:21 +0000 (13:05 +0200)
committerTomasz Ziolkowski <tomasz.ziolkowski@allegro.pl>
Wed, 4 Aug 2021 11:05:21 +0000 (13:05 +0200)
configure
testcode/petal.c

index 457efb4800df3e52614d746b9dba2cb1109cc538..346fd5e5b0764c3cecd46b8157f6ebba0a2f49b4 100755 (executable)
--- a/configure
+++ b/configure
@@ -17887,7 +17887,6 @@ if test "`uname`" = "NetBSD"; then
        NETBSD_LINTFLAGS='"-D__RENAME(x)=" -D_NETINET_IN_H_'
 
 fi
-
 CONFIG_DATE=`date +%Y%m%d`
 
 
index fbe5ac61b21a445bf8cd4d22520287dd0c1d7eef..6ea3c34cdaa50642b581b46cc68db9985184853e 100644 (file)
@@ -245,8 +245,8 @@ setup_ctx(char* key, char* cert)
        SSL_CTX_set_security_level(ctx, 0); /* for keys in tests */
 #endif
        if(!SSL_CTX_use_certificate_chain_file(ctx, cert)) {
-           int e = ERR_peek_error();
-       printf("error string: %s\n", ERR_reason_error_string(e));
+               int e = ERR_peek_error();
+               printf("error string: %s\n", ERR_reason_error_string(e));
                print_exit("cannot read cert");
        }
        if(!SSL_CTX_use_PrivateKey_file(ctx, key, SSL_FILETYPE_PEM))