summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl/s3_pkt.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-04-19 08:52:32 +0000
committerguenther <guenther@openbsd.org>2014-04-19 08:52:32 +0000
commitdbea66cd1623e97296cb30d20896a9c0c5976d2c (patch)
tree19fdc86fc22b0040ec8adf299f852dd795e70bb8 /lib/libssl/src/ssl/s3_pkt.c
parenttiny fix: Remove duplicate rows, they appeared after importing less 444 (diff)
downloadwireguard-openbsd-dbea66cd1623e97296cb30d20896a9c0c5976d2c.tar.xz
wireguard-openbsd-dbea66cd1623e97296cb30d20896a9c0c5976d2c.zip
More KNF and style consistency tweaks
Diffstat (limited to 'lib/libssl/src/ssl/s3_pkt.c')
-rw-r--r--lib/libssl/src/ssl/s3_pkt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/ssl/s3_pkt.c b/lib/libssl/src/ssl/s3_pkt.c
index ec73ef50bd9..52c48e945e1 100644
--- a/lib/libssl/src/ssl/s3_pkt.c
+++ b/lib/libssl/src/ssl/s3_pkt.c
@@ -756,9 +756,9 @@ do_ssl3_write(SSL *s, int type, const unsigned char *buf,
wr->data = p;
if (eivlen) {
- /* if (RAND_pseudo_bytes(p, eivlen) <= 0)
+ /* if (RAND_pseudo_bytes(p, eivlen) <= 0)
goto err;
-*/
+ */
wr->length += eivlen;
}