Skip to content

Commit

Permalink
Merge pull request certnanny#6 from pgk69/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
pgk69 committed Aug 14, 2013
2 parents 1b398ea + f126d78 commit c5fb5bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/configuration.o
/engine.o
/fileutils.o
/ias.o
/init.o
/net.o
/pkcs7.o
/sceputils.o
/sscep
/sscep.o
2 changes: 2 additions & 0 deletions fileutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

/* Misc. cert/crl manipulation routines */

#if !defined(__APPLE__)
#include <malloc.h>
#endif
#include "sscep.h"

/* Open the inner, decrypted PKCS7 and try to write CRL. */
Expand Down

0 comments on commit c5fb5bd

Please sign in to comment.