summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
diff options
context:
space:
mode:
authorguenther <>2014-04-19 08:52:32 +0000
committerguenther <>2014-04-19 08:52:32 +0000
commit9e60d35ac1ade619b0d44538f7f50f62c1514194 (patch)
tree1c8e1f947cd7380525a7312a9e96fad2690b90fa /src/lib/libssl/ssl.h
parent8ffabaf4eba42faf2565cf746f06a82adf194000 (diff)
downloadopenbsd-9e60d35ac1ade619b0d44538f7f50f62c1514194.tar.gz
openbsd-9e60d35ac1ade619b0d44538f7f50f62c1514194.tar.bz2
openbsd-9e60d35ac1ade619b0d44538f7f50f62c1514194.zip
More KNF and style consistency tweaks
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r--src/lib/libssl/ssl.h5
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,
1728unsigned int sid_ctx_len); 1728unsigned int sid_ctx_len);
1729 1729
1730SSL_SESSION *SSL_SESSION_new(void); 1730SSL_SESSION *SSL_SESSION_new(void);
1731const unsigned char 1731const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s,
1732*SSL_SESSION_get_id(const SSL_SESSION *s, 1732 unsigned int *len);
1733unsigned int *len);
1734unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s); 1733unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s);
1735#ifndef OPENSSL_NO_FP_API 1734#ifndef OPENSSL_NO_FP_API
1736int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses); 1735int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses);