<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Sun, Jul 29, 2018 at 3:40 PM Stef Bon <<a href="mailto:stefbon@gmail.com">stefbon@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I cannot find a header file where DNS_TYPE_SSHFP is defined,<br>
only in the source tree of systemd.<br>
There should be a header file in /usr/include. Where can I find it?<br></blockquote><div><br></div><div>systemd doesn't seem to have a public header; however, glibc's <arpa/nameser.h> appears to have `T_SSHFP` and `ns_t_sshfp` for the same purpose.</div><div><br></div><div>You can also just add the definition directly in your code. The type number is 44, as defined by <a href="https://tools.ietf.org/html/rfc4255">https://tools.ietf.org/html/rfc4255</a> (section 5).</div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Mantas Mikulėnas</div></div></div>