diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2019-02-03 15:40:33 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2019-02-03 15:40:33 +0000 |
commit | 365d12af07bd953d7d1a83208eeabaac6a04c93f (patch) | |
tree | 5f3b6c2835e498ff6e4e391be032a4c9b80c702e /usr.bin | |
parent | 6c060c5ebaa00da76822786be5e023bde7c863ac (diff) |
zap spaces before tabs
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/openssl/rsautl.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/openssl/rsautl.c b/usr.bin/openssl/rsautl.c index c3c3a82f8f7..f61369dac29 100644 --- a/usr.bin/openssl/rsautl.c +++ b/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 <openssl/pem.h> #include <openssl/rsa.h> -#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 |