summaryrefslogtreecommitdiff
path: root/lib/opencdk/dummy.c
blob: 6ee043a15926303000d9ff7b97471e9665ca1eab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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,
		   hash_hd_st * md)
{
  return 0;
}