summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl/ssl.h
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-04-19 08:52:32 +0000
committerguenther <guenther@openbsd.org>2014-04-19 08:52:32 +0000
commitdbea66cd1623e97296cb30d20896a9c0c5976d2c (patch)
tree19fdc86fc22b0040ec8adf299f852dd795e70bb8 /lib/libssl/src/ssl/ssl.h
parenttiny fix: Remove duplicate rows, they appeared after importing less 444 (diff)
downloadwireguard-openbsd-dbea66cd1623e97296cb30d20896a9c0c5976d2c.tar.xz
wireguard-openbsd-dbea66cd1623e97296cb30d20896a9c0c5976d2c.zip
More KNF and style consistency tweaks
Diffstat (limited to 'lib/libssl/src/ssl/ssl.h')
-rw-r--r--lib/libssl/src/ssl/ssl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libssl/src/ssl/ssl.h b/lib/libssl/src/ssl/ssl.h
index ef829797b7a..f3ca8c5c4e6 100644
--- a/lib/libssl/src/ssl/ssl.h
+++ b/lib/libssl/src/ssl/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);