diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-07 10:31:55 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-07 10:31:55 +0000 |
commit | 9e56280b2477e3250797d6bbddf2069c8e42f7bb (patch) | |
tree | 3603a9a6ce6ca4a6f94707d21dd37a1a6623717f /lib/libcrypto/dsa | |
parent | 04126381abed17afad79f08d647ed6fe5e39a879 (diff) |
zap stray tab
Diffstat (limited to 'lib/libcrypto/dsa')
-rw-r--r-- | lib/libcrypto/dsa/dsa_meth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/dsa/dsa_meth.c b/lib/libcrypto/dsa/dsa_meth.c index f8ed0352a0a..cd232835ebd 100644 --- a/lib/libcrypto/dsa/dsa_meth.c +++ b/lib/libcrypto/dsa/dsa_meth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsa_meth.c,v 1.2 2022/01/07 09:35:36 tb Exp $ */ +/* $OpenBSD: dsa_meth.c,v 1.3 2022/05/07 10:31:54 tb Exp $ */ /* * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> * @@ -60,7 +60,7 @@ DSA_meth_dup(const DSA_METHOD *meth) free(copy); return NULL; } - + return copy; } |