]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
dropped unneeded function.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 24 Nov 2011 07:20:00 +0000 (08:20 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 24 Nov 2011 07:20:00 +0000 (08:20 +0100)
lib/opencdk/Makefile.am
lib/opencdk/dummy.c [deleted file]
lib/opencdk/main.h

index 9622e2fa3397abf390a6abcecb8c6e15319f090a..fd8ea230a94704c6878d4e73879853e0241df0ec 100644 (file)
@@ -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 (file)
index be44a35..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#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,
-                   digest_hd_st * md)
-{
-  return 0;
-}
index 42e60119d669b2e931a782a53a1094f4a6d05b01..c8f6456093c917011230529e2f012be04747a2b5 100644 (file)
@@ -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 --*/