From: Nikos Mavrogiannopoulos Date: Thu, 24 Nov 2011 07:20:00 +0000 (+0100) Subject: dropped unneeded function. X-Git-Tag: gnutls_3_0_9~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ff806fa9c69754d72ce5a64048c211c09de0da0;p=thirdparty%2Fgnutls.git dropped unneeded function. --- diff --git a/lib/opencdk/Makefile.am b/lib/opencdk/Makefile.am index 9622e2fa33..fd8ea230a9 100644 --- a/lib/opencdk/Makefile.am +++ b/lib/opencdk/Makefile.am @@ -33,7 +33,7 @@ endif noinst_LTLIBRARIES = libminiopencdk.la libminiopencdk_la_SOURCES = armor.c filters.h keydb.h main.c types.h \ - kbnode.c main.h packet.h dummy.c sig-check.c hash.c \ + kbnode.c main.h packet.h sig-check.c hash.c \ keydb.c pubkey.c stream.c write-packet.c misc.c seskey.c \ context.h literal.c new-packet.c read-packet.c stream.h opencdk.h diff --git a/lib/opencdk/dummy.c b/lib/opencdk/dummy.c deleted file mode 100644 index be44a35170..0000000000 --- a/lib/opencdk/dummy.c +++ /dev/null @@ -1,15 +0,0 @@ -#include -#include - -#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, - digest_hd_st * md) -{ - return 0; -} diff --git a/lib/opencdk/main.h b/lib/opencdk/main.h index 42e60119d6..c8f6456093 100644 --- a/lib/opencdk/main.h +++ b/lib/opencdk/main.h @@ -93,10 +93,6 @@ FILE *_cdk_tmpfile (void); _cdk_memistr((haystack), strlen (haystack), (needle)) /*-- proc-packet.c --*/ -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, - digest_hd_st * md); cdk_error_t _cdk_pkt_write2 (cdk_stream_t out, int pkttype, void *pktctx); /*-- pubkey.c --*/