From: Tomasz Ziolkowski Date: Wed, 4 Aug 2021 11:05:21 +0000 (+0200) Subject: reformat X-Git-Tag: release-1.14.0rc1~79^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F514%2Fhead;p=thirdparty%2Funbound.git reformat --- diff --git a/configure b/configure index 457efb480..346fd5e5b 100755 --- 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` diff --git a/testcode/petal.c b/testcode/petal.c index fbe5ac61b..6ea3c34cd 100644 --- a/testcode/petal.c +++ b/testcode/petal.c @@ -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))