diff options
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 |
