summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/unit/cipher_list.c
diff options
context:
space:
mode:
authortb <>2021-01-09 12:39:23 +0000
committertb <>2021-01-09 12:39:23 +0000
commitc30e67653265aad1229beff8be7174efd2667c1e (patch)
treea08ddf69b6f6404be7d80f23d1edb7d9d65cb2bc /src/regress/lib/libssl/unit/cipher_list.c
parenta8b7a0bc3ea03950c2c770df3eeed9454413f555 (diff)
downloadopenbsd-c30e67653265aad1229beff8be7174efd2667c1e.tar.gz
openbsd-c30e67653265aad1229beff8be7174efd2667c1e.tar.bz2
openbsd-c30e67653265aad1229beff8be7174efd2667c1e.zip
whitespace
Diffstat (limited to 'src/regress/lib/libssl/unit/cipher_list.c')
-rw-r--r--src/regress/lib/libssl/unit/cipher_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/unit/cipher_list.c b/src/regress/lib/libssl/unit/cipher_list.c
index 70f547abd6..9a5d978140 100644
--- a/src/regress/lib/libssl/unit/cipher_list.c
+++ b/src/regress/lib/libssl/unit/cipher_list.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cipher_list.c,v 1.9 2018/06/02 16:35:02 jsing Exp $ */ 1/* $OpenBSD: cipher_list.c,v 1.10 2021/01/09 12:39:22 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2015 Doug Hogan <doug@openbsd.org> 3 * Copyright (c) 2015 Doug Hogan <doug@openbsd.org>
4 * Copyright (c) 2015 Joel Sing <jsing@openbsd.org> 4 * Copyright (c) 2015 Joel Sing <jsing@openbsd.org>
@@ -199,6 +199,6 @@ err:
199 199
200 if (!rv) 200 if (!rv)
201 printf("PASS %s\n", __FILE__); 201 printf("PASS %s\n", __FILE__);
202 202
203 return rv; 203 return rv;
204} 204}