gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_8-16-g4ff806f


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_8-16-g4ff806f
Date: Thu, 24 Nov 2011 07:18:30 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=4ff806fa9c69754d72ce5a64048c211c09de0da0

The branch, master has been updated
       via  4ff806fa9c69754d72ce5a64048c211c09de0da0 (commit)
      from  cc131a99593812dd0dddd78f802b0f67adadf482 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4ff806fa9c69754d72ce5a64048c211c09de0da0
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Nov 24 08:20:00 2011 +0100

    dropped unneeded function.

-----------------------------------------------------------------------

Summary of changes:
 lib/opencdk/Makefile.am |    2 +-
 lib/opencdk/dummy.c     |   15 ---------------
 lib/opencdk/main.h      |    4 ----
 3 files changed, 1 insertions(+), 20 deletions(-)
 delete mode 100644 lib/opencdk/dummy.c

diff --git a/lib/opencdk/Makefile.am b/lib/opencdk/Makefile.am
index 9622e2f..fd8ea23 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 be44a35..0000000
--- a/lib/opencdk/dummy.c
+++ /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;
-}
diff --git a/lib/opencdk/main.h b/lib/opencdk/main.h
index 42e6011..c8f6456 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 --*/


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]