summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/pkeyutl.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-10-08 04:00:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-10-08 04:00:56 +0000
commit9ec46dd3790d43ee2c684cb388c20a6f65f5fd0e (patch)
tree1447b60e32469acfb31a70638720bf2b66f64f05 /usr.bin/openssl/pkeyutl.c
parent9bacc0d088e02b91f835877862ee59de254dddc5 (diff)
fix an indentation that makes me upset
Diffstat (limited to 'usr.bin/openssl/pkeyutl.c')
-rw-r--r--usr.bin/openssl/pkeyutl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/openssl/pkeyutl.c b/usr.bin/openssl/pkeyutl.c
index f1658dd6aa2..0d1284988f4 100644
--- a/usr.bin/openssl/pkeyutl.c
+++ b/usr.bin/openssl/pkeyutl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pkeyutl.c,v 1.3 2014/08/28 14:25:48 jsing Exp $ */
+/* $OpenBSD: pkeyutl.c,v 1.4 2014/10/08 04:00:55 deraadt Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2006.
*/
@@ -285,7 +285,7 @@ pkeyutl_main(int argc, char **argv)
if (rv >= 0)
goto end;
} else {
- rv = do_keyop(ctx, pkey_op, NULL, (size_t *) & buf_outlen,
+ rv = do_keyop(ctx, pkey_op, NULL, (size_t *)&buf_outlen,
buf_in, (size_t) buf_inlen);
if (rv > 0) {
buf_out = malloc(buf_outlen);