move dummy cCA implementation to commmon/ directory

Origin commit data
------------------
Branch: master
Commit: c50c2888ce
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-18 (Mon, 18 Jun 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-06-18 11:13:33 +02:00
parent 03dc30fb9c
commit 7004395684
9 changed files with 3 additions and 219 deletions

View File

@@ -1,8 +1 @@
#include <config.h>
#if HAVE_TRIPLEDRAGON
#include "../libtriple/ca_cs.h"
#elif HAVE_SPARK_HARDWARE
#include "../libspark/ca_cs.h"
#else
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
#endif
#include "../common/ca.h"