diff options
author | deraadt <> | 2014-04-17 17:50:45 +0000 |
---|---|---|
committer | deraadt <> | 2014-04-17 17:50:45 +0000 |
commit | 27f04b6fefa84dda7e41d6cbfd72696e7ea088b0 (patch) | |
tree | b19a44b73bedac145a60acd7df66b35b43f8e53e /src/lib/libcrypto/x509/by_file.c | |
parent | 3fa0871330ac761adea4bdcd71ac5392c0bb0118 (diff) | |
download | openbsd-27f04b6fefa84dda7e41d6cbfd72696e7ea088b0.tar.gz openbsd-27f04b6fefa84dda7e41d6cbfd72696e7ea088b0.tar.bz2 openbsd-27f04b6fefa84dda7e41d6cbfd72696e7ea088b0.zip |
some KNF cleanup following the script
Diffstat (limited to 'src/lib/libcrypto/x509/by_file.c')
-rw-r--r-- | src/lib/libcrypto/x509/by_file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/by_file.c b/src/lib/libcrypto/x509/by_file.c index 474d13bf0e..93c951ee2a 100644 --- a/src/lib/libcrypto/x509/by_file.c +++ b/src/lib/libcrypto/x509/by_file.c | |||
@@ -84,8 +84,8 @@ X509_LOOKUP_METHOD x509_file_lookup = { | |||
84 | NULL, /* get_by_alias */ | 84 | NULL, /* get_by_alias */ |
85 | }; | 85 | }; |
86 | 86 | ||
87 | X509_LOOKUP_METHOD | 87 | X509_LOOKUP_METHOD * |
88 | *X509_LOOKUP_file(void) | 88 | X509_LOOKUP_file(void) |
89 | { | 89 | { |
90 | return (&x509_file_lookup); | 90 | return (&x509_file_lookup); |
91 | } | 91 | } |