<div dir="auto"><span style="font-family:sans-serif;font-size:12.8px">Hi, </span><div dir="auto" style="font-family:sans-serif;font-size:12.8px"><br></div><div dir="auto" style="font-family:sans-serif;font-size:12.8px">After adding 'enable-sctp' compile option, OpenSSL (DTLS) can work with SCTP as transport.</div><div dir="auto" style="font-family:sans-serif;font-size:12.8px"><br></div><div dir="auto" style="font-family:sans-serif;font-size:12.8px">OpenSSL bss_dgram.c file includes the kernel /netinet/sctp.h.</div><div dir="auto" style="font-family:sans-serif;font-size:12.8px"><br></div><div dir="auto" style="font-family:sans-serif;font-size:12.8px">We have our own custom SCTP implementation (also implements custom BIO METHODS, do not use the default methods), so we need to remove the dependency of kernel sctp.h from bss_gram.c file. Our build environment do not have the sctp.h and we are not supposed to install lksctp-tools.</div><div dir="auto" style="font-family:sans-serif;font-size:12.8px"><br></div><div dir="auto" style="font-family:sans-serif;font-size:12.8px">Can we tailor the bss_gram.c with new compile macro or is there any other better solution ?</div><div dir="auto" style="font-family:sans-serif;font-size:12.8px"><br></div><div dir="auto" style="font-family:sans-serif;font-size:12.8px">Rgds,</div><div dir="auto" style="font-family:sans-serif;font-size:12.8px">Navi</div></div>