diff options
| author | tb <> | 2019-02-03 15:40:32 +0000 |
|---|---|---|
| committer | tb <> | 2019-02-03 15:40:32 +0000 |
| commit | 8b63da703e137c5809fd984e3559b7e442f2eff2 (patch) | |
| tree | 4168f0ca1c0014d4228fc04c0183bddd4cee7e5f /src | |
| parent | 37ae862d738cc7e6dd1d7e3f80ac2df7494f0340 (diff) | |
| download | openbsd-8b63da703e137c5809fd984e3559b7e442f2eff2.tar.gz openbsd-8b63da703e137c5809fd984e3559b7e442f2eff2.tar.bz2 openbsd-8b63da703e137c5809fd984e3559b7e442f2eff2.zip | |
zap spaces before tabs
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr.bin/openssl/rsautl.c | 10 |
1 files changed, 5 insertions, 5 deletions
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 @@ | |||
| 1 | /* $OpenBSD: rsautl.c,v 1.15 2019/02/03 14:20:07 jsing Exp $ */ | 1 | /* $OpenBSD: rsautl.c,v 1.16 2019/02/03 15:40:32 tb Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 2000. | 3 | * project 2000. |
| 4 | */ | 4 | */ |
| @@ -66,10 +66,10 @@ | |||
| 66 | #include <openssl/pem.h> | 66 | #include <openssl/pem.h> |
| 67 | #include <openssl/rsa.h> | 67 | #include <openssl/rsa.h> |
| 68 | 68 | ||
| 69 | #define RSA_SIGN 1 | 69 | #define RSA_SIGN 1 |
| 70 | #define RSA_VERIFY 2 | 70 | #define RSA_VERIFY 2 |
| 71 | #define RSA_ENCRYPT 3 | 71 | #define RSA_ENCRYPT 3 |
| 72 | #define RSA_DECRYPT 4 | 72 | #define RSA_DECRYPT 4 |
| 73 | 73 | ||
| 74 | #define KEY_PRIVKEY 1 | 74 | #define KEY_PRIVKEY 1 |
| 75 | #define KEY_PUBKEY 2 | 75 | #define KEY_PUBKEY 2 |
