diff options
| author | tb <> | 2023-12-22 17:25:47 +0000 |
|---|---|---|
| committer | tb <> | 2023-12-22 17:25:47 +0000 |
| commit | b76ca7f096d956e57233cad618f288c5af4556d6 (patch) | |
| tree | dc5f4dc374280e6e8fe93a820a3212827325bc7b /src | |
| parent | 5fb0540da7aa959b7a238e14487ad2f083c3c892 (diff) | |
| download | openbsd-b76ca7f096d956e57233cad618f288c5af4556d6.tar.gz openbsd-b76ca7f096d956e57233cad618f288c5af4556d6.tar.bz2 openbsd-b76ca7f096d956e57233cad618f288c5af4556d6.zip | |
Remove extra whitespace on two lines
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/evp/evp_local.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/evp/evp_local.h b/src/lib/libcrypto/evp/evp_local.h index 36c373523f..1034b88a1a 100644 --- a/src/lib/libcrypto/evp/evp_local.h +++ b/src/lib/libcrypto/evp/evp_local.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: evp_local.h,v 1.8 2023/12/20 14:10:03 tb Exp $ */ | 1 | /* $OpenBSD: evp_local.h,v 1.9 2023/12/22 17:25:47 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 | */ |
| @@ -170,8 +170,8 @@ struct evp_cipher_ctx_st { | |||
| 170 | int encrypt; /* encrypt or decrypt */ | 170 | int encrypt; /* encrypt or decrypt */ |
| 171 | int partial_len; /* number of bytes written to buf */ | 171 | int partial_len; /* number of bytes written to buf */ |
| 172 | 172 | ||
| 173 | unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */ | 173 | unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */ |
| 174 | unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */ | 174 | unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */ |
| 175 | unsigned char buf[EVP_MAX_BLOCK_LENGTH];/* saved partial block */ | 175 | unsigned char buf[EVP_MAX_BLOCK_LENGTH];/* saved partial block */ |
| 176 | int num; /* used by cfb/ofb/ctr mode */ | 176 | int num; /* used by cfb/ofb/ctr mode */ |
| 177 | 177 | ||
