patch-kdc_kx509_c 372 B

123456789101112131415161718
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- heimdal-1.2.1.orig/kdc/kx509.c 2008-07-28 14:04:51.000000000 +0200
  3. +++ heimdal-1.2.1/kdc/kx509.c 2009-01-04 18:43:21.853211573 +0100
  4. @@ -32,6 +32,9 @@
  5. */
  6. #include "kdc_locl.h"
  7. +
  8. +#ifdef PKINIT
  9. +
  10. #include <hex.h>
  11. #include <rfc2459_asn1.h>
  12. #include <hx509.h>
  13. @@ -454,3 +457,4 @@ out:
  14. return 0;
  15. }
  16. +#endif