diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-04-19 08:52:33 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-04-19 08:52:33 +0000 |
commit | a741b41b219682ab8844f1d8339d625d52264d19 (patch) | |
tree | 0cf738e6ba24d3d9932ddf19fe534095af29ef9f /lib/libssl/ssl.h | |
parent | 258d452e925eea9fbd0a6b764407f6b32bd8b733 (diff) |
More KNF and style consistency tweaks
Diffstat (limited to 'lib/libssl/ssl.h')
-rw-r--r-- | lib/libssl/ssl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h index ef829797b7a..f3ca8c5c4e6 100644 --- a/lib/libssl/ssl.h +++ b/lib/libssl/ssl.h @@ -1728,9 +1728,8 @@ SSL_SESSION_set1_id_context(SSL_SESSION *s, const unsigned char *sid_ctx, unsigned int sid_ctx_len); SSL_SESSION *SSL_SESSION_new(void); -const unsigned char -*SSL_SESSION_get_id(const SSL_SESSION *s, -unsigned int *len); +const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s, + unsigned int *len); unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s); #ifndef OPENSSL_NO_FP_API int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses); |