diff options
| author | tb <> | 2022-05-07 10:31:54 +0000 |
|---|---|---|
| committer | tb <> | 2022-05-07 10:31:54 +0000 |
| commit | 0d00ae34d6e94054857b66fb87afcfa23e4a0095 (patch) | |
| tree | c50c7056320071a1223554ab930e16ceaa57ad45 /src | |
| parent | fd750590011f2810bf0cb5a75c187f9853b87b0c (diff) | |
| download | openbsd-0d00ae34d6e94054857b66fb87afcfa23e4a0095.tar.gz openbsd-0d00ae34d6e94054857b66fb87afcfa23e4a0095.tar.bz2 openbsd-0d00ae34d6e94054857b66fb87afcfa23e4a0095.zip | |
zap stray tab
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/dsa/dsa_meth.c | 4 |
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 | ||
