diff options
| author | guenther <> | 2014-04-19 08:52:32 +0000 | 
|---|---|---|
| committer | guenther <> | 2014-04-19 08:52:32 +0000 | 
| commit | 9c56ea7409a7d85adbcb3da3782e03d77143f29f (patch) | |
| tree | 1c8e1f947cd7380525a7312a9e96fad2690b90fa /src/lib/libssl/s3_pkt.c | |
| parent | bab0c40d0208675179a1f4214556ff84ec577453 (diff) | |
| download | openbsd-9c56ea7409a7d85adbcb3da3782e03d77143f29f.tar.gz openbsd-9c56ea7409a7d85adbcb3da3782e03d77143f29f.tar.bz2 openbsd-9c56ea7409a7d85adbcb3da3782e03d77143f29f.zip  | |
More KNF and style consistency tweaks
Diffstat (limited to 'src/lib/libssl/s3_pkt.c')
| -rw-r--r-- | src/lib/libssl/s3_pkt.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/s3_pkt.c b/src/lib/libssl/s3_pkt.c index ec73ef50bd..52c48e945e 100644 --- a/src/lib/libssl/s3_pkt.c +++ b/src/lib/libssl/s3_pkt.c  | |||
| @@ -756,9 +756,9 @@ do_ssl3_write(SSL *s, int type, const unsigned char *buf, | |||
| 756 | wr->data = p; | 756 | wr->data = p; | 
| 757 | 757 | ||
| 758 | if (eivlen) { | 758 | if (eivlen) { | 
| 759 | /* if (RAND_pseudo_bytes(p, eivlen) <= 0) | 759 | /* if (RAND_pseudo_bytes(p, eivlen) <= 0) | 
| 760 | goto err; | 760 | goto err; | 
| 761 | */ | 761 | */ | 
| 762 | wr->length += eivlen; | 762 | wr->length += eivlen; | 
| 763 | } | 763 | } | 
| 764 | 764 | ||
