From e354fea97b1fd48e6283a1c14fce0437e739ccf2 Mon Sep 17 00:00:00 2001 From: Peter Kempf Date: Fri, 19 Jul 2013 12:45:02 +0200 Subject: [PATCH 1/2] * Fixed: Did not compile under OSX --- fileutils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fileutils.c b/fileutils.c index 2e83e5b..89f15b4 100644 --- a/fileutils.c +++ b/fileutils.c @@ -8,7 +8,9 @@ /* Misc. cert/crl manipulation routines */ +#if !defined(__APPLE__) #include +#endif #include "sscep.h" /* Open the inner, decrypted PKCS7 and try to write CRL. */ From f126d78040b7ee25a3da8a5cd14767734d8728f6 Mon Sep 17 00:00:00 2001 From: Peter Kempf Date: Fri, 19 Jul 2013 12:50:37 +0200 Subject: [PATCH 2/2] * put libaries and make target on ignorelist --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..3afc95d 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,10 @@ +/configuration.o +/engine.o +/fileutils.o +/ias.o +/init.o +/net.o +/pkcs7.o +/sceputils.o +/sscep +/sscep.o