From 410c1c8e32b715e202cc3c3d4bea84a41671f9c9 Mon Sep 17 00:00:00 2001
From: deraadt <>
Date: Wed, 8 Oct 2014 04:00:55 +0000
Subject: fix an indentation that makes me upset

---
 src/usr.bin/openssl/pkeyutl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/usr.bin/openssl/pkeyutl.c b/src/usr.bin/openssl/pkeyutl.c
index f1658dd6aa..0d1284988f 100644
--- a/src/usr.bin/openssl/pkeyutl.c
+++ b/src/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);
-- 
cgit v1.2.3-55-g6feb