stnoonan / spnego-http-auth-nginx-module

SPNEGO HTTP Authentication Module for nginx
Other
276 stars 112 forks source link

Removed the #include of com_err.h because it wasn't used #98

Closed lparkes closed 4 years ago

lparkes commented 4 years ago

I tested this with Heimdal Kerberos on a BSD system and one problem I found was that com_err.h doesn't exist in Heimdal.

I removed the #include and then tested it on Ubuntu 18.04.4 LTS and the code compiled fine there, so I'm going to guess that your code doesn't need com_err.h.

lparkes commented 4 years ago

Like the commit comment says, I also added support for NetBSD to the config because that's my whole driver for this.