summaryrefslogtreecommitdiffstats
path: root/lib/libssl/t1_enc.c
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-12-14 15:30:50 +0000
committerjsing <jsing@openbsd.org>2014-12-14 15:30:50 +0000
commit265bd06d0247dbe1cba638c444f1775a9bf8c407 (patch)
tree7dc7ad8881da5fa1408bc8be79bbb86c2fddc48f /lib/libssl/t1_enc.c
parentthese are no longer used, remove (diff)
downloadwireguard-openbsd-265bd06d0247dbe1cba638c444f1775a9bf8c407.tar.xz
wireguard-openbsd-265bd06d0247dbe1cba638c444f1775a9bf8c407.zip
Remove trailing whitespace.
Diffstat (limited to 'lib/libssl/t1_enc.c')
-rw-r--r--lib/libssl/t1_enc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/t1_enc.c b/lib/libssl/t1_enc.c
index 620da6ddd0b..4aae344696b 100644
--- a/lib/libssl/t1_enc.c
+++ b/lib/libssl/t1_enc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: t1_enc.c,v 1.73 2014/11/18 05:33:43 miod Exp $ */
+/* $OpenBSD: t1_enc.c,v 1.74 2014/12/14 15:30:50 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -605,7 +605,7 @@ tls1_setup_key_block(SSL *s)
key_len = EVP_CIPHER_key_length(cipher);
iv_len = EVP_CIPHER_iv_length(cipher);
- /* If GCM mode only part of IV comes from PRF. */
+ /* If GCM mode only part of IV comes from PRF. */
if (EVP_CIPHER_mode(cipher) == EVP_CIPH_GCM_MODE)
iv_len = EVP_GCM_TLS_FIXED_IV_LEN;
}
@@ -823,7 +823,7 @@ tls1_enc(SSL *s, int send)
fprintf(stderr,
"%s:%d: rec->data != rec->input\n",
__FILE__, __LINE__);
- else
+ else
arc4random_buf(rec->input, ivlen);
}
}