gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_14a-1-g4bfa


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_14a-1-g4bfa352
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=4bfa35209036a66106f71cfbebfbe1fe6a686c8e

The branch, gnutls_2_12_x has been updated
       via  4bfa35209036a66106f71cfbebfbe1fe6a686c8e (commit)
      from  6638c0567889ffa3a89ee82335d0abc05e44838c (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 4bfa35209036a66106f71cfbebfbe1fe6a686c8e
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Nov 24 08:19:49 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 5728d8b..a8d9c3f 100644
--- a/lib/opencdk/Makefile.am
+++ b/lib/opencdk/Makefile.am
@@ -35,7 +35,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 5a69bf2..bc3ab86 100644
--- a/lib/opencdk/main.h
+++ b/lib/opencdk/main.h
@@ -106,10 +106,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]