summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-05-07 10:31:54 +0000
committertb <>2022-05-07 10:31:54 +0000
commit5b9c519f5e38cf98c26f7e2c7401ca401ef5c80d (patch)
treec50c7056320071a1223554ab930e16ceaa57ad45 /src
parent0465d7db12f0a18ae810d50bf164926b667fb239 (diff)
downloadopenbsd-5b9c519f5e38cf98c26f7e2c7401ca401ef5c80d.tar.gz
openbsd-5b9c519f5e38cf98c26f7e2c7401ca401ef5c80d.tar.bz2
openbsd-5b9c519f5e38cf98c26f7e2c7401ca401ef5c80d.zip
zap stray tab
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/dsa/dsa_meth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dsa/dsa_meth.c b/src/lib/libcrypto/dsa/dsa_meth.c
index f8ed0352a0..cd232835eb 100644
--- a/src/lib/libcrypto/dsa/dsa_meth.c
+++ b/src/lib/libcrypto/dsa/dsa_meth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: dsa_meth.c,v 1.2 2022/01/07 09:35:36 tb Exp $ */ 1/* $OpenBSD: dsa_meth.c,v 1.3 2022/05/07 10:31:54 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> 3 * Copyright (c) 2018 Theo Buehler <tb@openbsd.org>
4 * 4 *
@@ -60,7 +60,7 @@ DSA_meth_dup(const DSA_METHOD *meth)
60 free(copy); 60 free(copy);
61 return NULL; 61 return NULL;
62 } 62 }
63 63
64 return copy; 64 return copy;
65} 65}
66 66