Building krb5 libs without openssl

Greg Hudson ghudson at mit.edu
Sun Dec 5 16:04:23 EST 2021


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.


More information about the krbdev mailing list