From 3a68c5cda88336af1fde3755180f4e293735da5d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 5 Mar 2013 11:55:02 +0100 Subject: logsig: build base plumbing for signature multi-provider interface --- runtime/librsgt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/librsgt.c') diff --git a/runtime/librsgt.c b/runtime/librsgt.c index 89a82f41..68e0f6d4 100644 --- a/runtime/librsgt.c +++ b/runtime/librsgt.c @@ -45,7 +45,6 @@ #include #include -#include #include #include "librsgt.h" @@ -193,7 +192,7 @@ seedIV(gtctx ctx) } gtctx -rsgtCtxNew(void, char *logfilename) +rsgtCtxNew(char *logfilename) { gtctx ctx; ctx = calloc(1, sizeof(struct gtctx_s)); -- cgit v1.2.3