diff options
author | guenther <> | 2014-04-19 08:52:32 +0000 |
---|---|---|
committer | guenther <> | 2014-04-19 08:52:32 +0000 |
commit | 9c56ea7409a7d85adbcb3da3782e03d77143f29f (patch) | |
tree | 1c8e1f947cd7380525a7312a9e96fad2690b90fa /src/lib/libssl/ssl.h | |
parent | bab0c40d0208675179a1f4214556ff84ec577453 (diff) | |
download | openbsd-9c56ea7409a7d85adbcb3da3782e03d77143f29f.tar.gz openbsd-9c56ea7409a7d85adbcb3da3782e03d77143f29f.tar.bz2 openbsd-9c56ea7409a7d85adbcb3da3782e03d77143f29f.zip |
More KNF and style consistency tweaks
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index ef829797b7..f3ca8c5c4e 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1728,9 +1728,8 @@ SSL_SESSION_set1_id_context(SSL_SESSION *s, const unsigned char *sid_ctx, | |||
1728 | unsigned int sid_ctx_len); | 1728 | unsigned int sid_ctx_len); |
1729 | 1729 | ||
1730 | SSL_SESSION *SSL_SESSION_new(void); | 1730 | SSL_SESSION *SSL_SESSION_new(void); |
1731 | const unsigned char | 1731 | const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s, |
1732 | *SSL_SESSION_get_id(const SSL_SESSION *s, | 1732 | unsigned int *len); |
1733 | unsigned int *len); | ||
1734 | unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s); | 1733 | unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s); |
1735 | #ifndef OPENSSL_NO_FP_API | 1734 | #ifndef OPENSSL_NO_FP_API |
1736 | int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses); | 1735 | int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses); |