move dummy cCA implementation to commmon/ directory

This commit is contained in:
Stefan Seyfried
2012-06-18 11:13:33 +02:00
parent ee3436d292
commit c50c2888ce
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"