diff options
| author | tb <> | 2019-02-03 15:40:32 +0000 |
|---|---|---|
| committer | tb <> | 2019-02-03 15:40:32 +0000 |
| commit | 91aa3fc5aa71f74e658ea6bead9547a4a85e4465 (patch) | |
| tree | 4168f0ca1c0014d4228fc04c0183bddd4cee7e5f /src | |
| parent | 8b1f326f6a1b9534393391641312ae63b7fb6941 (diff) | |
| download | openbsd-91aa3fc5aa71f74e658ea6bead9547a4a85e4465.tar.gz openbsd-91aa3fc5aa71f74e658ea6bead9547a4a85e4465.tar.bz2 openbsd-91aa3fc5aa71f74e658ea6bead9547a4a85e4465.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 |
