diff options
author | tb <> | 2018-02-20 18:51:35 +0000 |
---|---|---|
committer | tb <> | 2018-02-20 18:51:35 +0000 |
commit | c0c61204a964ec7778e7943d7d6565589741b408 (patch) | |
tree | 7c26c033b12bd8aa4bf93f2b5ecc7c0dcf812bcd /src | |
parent | 2287915c8f77abb353110e0d166866d08b81dfc5 (diff) | |
download | openbsd-c0c61204a964ec7778e7943d7d6565589741b408.tar.gz openbsd-c0c61204a964ec7778e7943d7d6565589741b408.tar.bz2 openbsd-c0c61204a964ec7778e7943d7d6565589741b408.zip |
whitespace nit
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/bio/bio_meth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/bio_meth.c b/src/lib/libcrypto/bio/bio_meth.c index 2eb6794f02..c795c3f231 100644 --- a/src/lib/libcrypto/bio/bio_meth.c +++ b/src/lib/libcrypto/bio/bio_meth.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bio_meth.c,v 1.4 2018/02/20 18:17:17 tb Exp $ */ | 1 | /* $OpenBSD: bio_meth.c,v 1.5 2018/02/20 18:51:35 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> |
4 | * | 4 | * |
@@ -134,7 +134,7 @@ long | |||
134 | (*BIO_meth_get_callback_ctrl(BIO_METHOD *biom))(BIO *, int, BIO_info_cb *) | 134 | (*BIO_meth_get_callback_ctrl(BIO_METHOD *biom))(BIO *, int, BIO_info_cb *) |
135 | { | 135 | { |
136 | return | 136 | return |
137 | (long (*)(BIO *, int, BIO_info_cb*))biom->callback_ctrl; /* XXX */ | 137 | (long (*)(BIO *, int, BIO_info_cb *))biom->callback_ctrl; /* XXX */ |
138 | } | 138 | } |
139 | 139 | ||
140 | int | 140 | int |