summaryrefslogtreecommitdiff
path: root/libextra
diff options
context:
space:
mode:
authorTimo Schulz <twoaday@gnutls.org>2007-04-22 14:26:14 +0000
committerTimo Schulz <twoaday@gnutls.org>2007-04-22 14:26:14 +0000
commit81e7bfcfabacd3187a85842b7ebc9ea52be972f8 (patch)
tree1a7bfbc35be9b60e4f351ae917cbe8a9adee5741 /libextra
parenteaa772addd9da595c0ecf79b7b1f470634565d6d (diff)
downloadgnutls-81e7bfcfabacd3187a85842b7ebc9ea52be972f8.tar.gz
*** empty log message ***
Diffstat (limited to 'libextra')
-rw-r--r--libextra/opencdk/dummy.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/libextra/opencdk/dummy.c b/libextra/opencdk/dummy.c
new file mode 100644
index 0000000000..e21e927d43
--- /dev/null
+++ b/libextra/opencdk/dummy.c
@@ -0,0 +1,16 @@
+#include <stdio.h>
+#include <string.h>
+
+#include "opencdk.h"
+#include "main.h"
+#include "filters.h"
+#include "packet.h"
+
+cdk_error_t
+_cdk_proc_packets (cdk_ctx_t hd, cdk_stream_t inp, cdk_stream_t data,
+ const char *output, cdk_stream_t outstream,
+ gcry_md_hd_t md)
+{
+ return 0;
+}
+