summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bf_buff.c
diff options
context:
space:
mode:
authorderaadt <>2014-04-17 17:50:45 +0000
committerderaadt <>2014-04-17 17:50:45 +0000
commit27f04b6fefa84dda7e41d6cbfd72696e7ea088b0 (patch)
treeb19a44b73bedac145a60acd7df66b35b43f8e53e /src/lib/libcrypto/bio/bf_buff.c
parent3fa0871330ac761adea4bdcd71ac5392c0bb0118 (diff)
downloadopenbsd-27f04b6fefa84dda7e41d6cbfd72696e7ea088b0.tar.gz
openbsd-27f04b6fefa84dda7e41d6cbfd72696e7ea088b0.tar.bz2
openbsd-27f04b6fefa84dda7e41d6cbfd72696e7ea088b0.zip
some KNF cleanup following the script
Diffstat (limited to 'src/lib/libcrypto/bio/bf_buff.c')
-rw-r--r--src/lib/libcrypto/bio/bf_buff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/bf_buff.c b/src/lib/libcrypto/bio/bf_buff.c
index be2ebab148..7b76e895a4 100644
--- a/src/lib/libcrypto/bio/bf_buff.c
+++ b/src/lib/libcrypto/bio/bf_buff.c
@@ -84,8 +84,8 @@ static BIO_METHOD methods_buffer = {
84 buffer_callback_ctrl, 84 buffer_callback_ctrl,
85}; 85};
86 86
87BIO_METHOD 87BIO_METHOD *
88*BIO_f_buffer(void) 88BIO_f_buffer(void)
89{ 89{
90 return (&methods_buffer); 90 return (&methods_buffer);
91} 91}