aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-04-20 10:58:27 +0100
committerMatt Caswell <matt@openssl.org>2017-04-25 11:13:39 +0100
commitdcf88c5b79cbd433ee37276cdf63cdb5d49673cd (patch)
treec7ec92f256022aca0ad1007c50ec620a40ae1a59 /include
parent8ccc237720d59cdf249c2c901d19f1fec739e66e (diff)
downloadopenssl-dcf88c5b79cbd433ee37276cdf63cdb5d49673cd.tar.gz
Add better error logging if SCTP AUTH chunks are not enabled
In order to use SCTP over DTLS we need ACTP AUTH chunks to be enabled in the kernel. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3286)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/bio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/bio.h b/include/openssl/bio.h
index 225642bed0..dea28c1cc1 100644
--- a/include/openssl/bio.h
+++ b/include/openssl/bio.h
@@ -811,6 +811,7 @@ int ERR_load_BIO_strings(void);
# define BIO_F_BIO_LOOKUP_EX 143
# define BIO_F_BIO_MAKE_PAIR 121
# define BIO_F_BIO_NEW 108
+# define BIO_F_BIO_NEW_DGRAM_SCTP 145
# define BIO_F_BIO_NEW_FILE 109
# define BIO_F_BIO_NEW_MEM_BUF 126
# define BIO_F_BIO_NREAD 123