diff options
author | deraadt <> | 2014-04-17 17:50:45 +0000 |
---|---|---|
committer | deraadt <> | 2014-04-17 17:50:45 +0000 |
commit | 2e080839425d10a274e835d261a91b5303d3e3da (patch) | |
tree | b19a44b73bedac145a60acd7df66b35b43f8e53e /src/lib/libcrypto/bio/bss_log.c | |
parent | f12d5e8e579bed92a70d9d81ec8e318483c982a7 (diff) | |
download | openbsd-2e080839425d10a274e835d261a91b5303d3e3da.tar.gz openbsd-2e080839425d10a274e835d261a91b5303d3e3da.tar.bz2 openbsd-2e080839425d10a274e835d261a91b5303d3e3da.zip |
some KNF cleanup following the script
Diffstat (limited to 'src/lib/libcrypto/bio/bss_log.c')
-rw-r--r-- | src/lib/libcrypto/bio/bss_log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/bss_log.c b/src/lib/libcrypto/bio/bss_log.c index cde3c858f1..342176f82e 100644 --- a/src/lib/libcrypto/bio/bss_log.c +++ b/src/lib/libcrypto/bio/bss_log.c | |||
@@ -97,8 +97,8 @@ static BIO_METHOD methods_slg = { | |||
97 | NULL, | 97 | NULL, |
98 | }; | 98 | }; |
99 | 99 | ||
100 | BIO_METHOD | 100 | BIO_METHOD * |
101 | *BIO_s_log(void) | 101 | BIO_s_log(void) |
102 | { | 102 | { |
103 | return (&methods_slg); | 103 | return (&methods_slg); |
104 | } | 104 | } |