From 91aa3fc5aa71f74e658ea6bead9547a4a85e4465 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 3 Feb 2019 15:40:32 +0000 Subject: zap spaces before tabs --- src/usr.bin/openssl/rsautl.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/usr.bin/openssl/rsautl.c b/src/usr.bin/openssl/rsautl.c index c3c3a82f8f..f61369dac2 100644 --- a/src/usr.bin/openssl/rsautl.c +++ b/src/usr.bin/openssl/rsautl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsautl.c,v 1.15 2019/02/03 14:20:07 jsing Exp $ */ +/* $OpenBSD: rsautl.c,v 1.16 2019/02/03 15:40:32 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -66,10 +66,10 @@ #include #include -#define RSA_SIGN 1 -#define RSA_VERIFY 2 -#define RSA_ENCRYPT 3 -#define RSA_DECRYPT 4 +#define RSA_SIGN 1 +#define RSA_VERIFY 2 +#define RSA_ENCRYPT 3 +#define RSA_DECRYPT 4 #define KEY_PRIVKEY 1 #define KEY_PUBKEY 2 -- cgit v1.2.3-55-g6feb