From 59552a7a762f265c9a7436cecab51cea7e76530a Mon Sep 17 00:00:00 2001 From: Tomasz Ziolkowski Date: Wed, 4 Aug 2021 13:05:21 +0200 Subject: [PATCH] reformat --- configure | 1 - testcode/petal.c | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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)) -- 2.39.5