summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-12-22 17:25:47 +0000
committertb <>2023-12-22 17:25:47 +0000
commit10b20b480cdf725d5e49a70e016159bcb010f03f (patch)
treedc5f4dc374280e6e8fe93a820a3212827325bc7b /src
parenteb6e5d9715bff50bbe9cba6d2633f9cf6cc33299 (diff)
downloadopenbsd-10b20b480cdf725d5e49a70e016159bcb010f03f.tar.gz
openbsd-10b20b480cdf725d5e49a70e016159bcb010f03f.tar.bz2
openbsd-10b20b480cdf725d5e49a70e016159bcb010f03f.zip
Remove extra whitespace on two lines
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/evp/evp_local.h6
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