Re: Building krb5 libs without openssl
Greg Hudson <[email protected]> Sun, 5 Dec 2021 16:04:23 -0500
| Newsgroups | gmane.comp.encryption.kerberos.devel |
|---|---|
| Message-ID | <[email protected]> |
On 12/5/21 1:10 PM, Isaac Boukris wrote: > -Werror-implicit-function-declaration -c des_keys.c > des_keys.c:28:10: fatal error: 'openssl/des.h' file not found > #include <openssl/des.h> Ah, yes, all of the OpenSSL header includes should be inside the #ifdef. (But "crypto_int.h" should not, since that is the file that does the defining, and should also be part of the generated dependencies.) I will adjust your patch and merge it. _______________________________________________ krbdev mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/krbdev