summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--sample-keys/pkcs12.p12bin2685 -> 2685 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 590002e..d2daec1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -125,4 +125,4 @@ EXTRA_DIST = \
management
dist-hook:
- cd $(distdir) && for i in $(EXTRA_DIST) ; do find $$i -name CVS -type d -prune -exec rm -r '{}' ';' ; rm -f `find $$i -type f | grep -E '(^|\/)\.?\#|\~$$|\.s?o$$'` ; done
+ cd $(distdir) && for i in $(EXTRA_DIST) ; do find $$i -name .svn -type d -prune -exec rm -r '{}' ';' ; rm -f `find $$i -type f | grep -E '(^|\/)\.?\#|\~$$|\.s?o$$'` ; done
diff --git a/sample-keys/pkcs12.p12 b/sample-keys/pkcs12.p12
index e529807..253d408 100644
--- a/sample-keys/pkcs12.p12
+++ b/sample-keys/pkcs12.p12
Binary files differ