From 8993173dfbe433113380783ca286aa825d0bbf0f Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 22 Nov 2001 18:48:53 +0000 Subject: 2001-11-22 Marcus Brinkmann * gpgme.h (gpgme_set_protocol): New prototype. 2001-11-22 Marcus Brinkmann * Makefile.am (libgpgsmplug_la_LIBADD): New variable. (libgpgsmplug_la_LDFLAGS): Likewise. (libgpgsmplug_la_SOURCES): Likewise. (lib_LTLIBRARIES): Add libgpgsmplug.la. (INCLUDES): Include the local gpgme.h. * gpgmeplug.c (signMessage): Set protocol. (GPGMEPLUG_PROTOCOL) [!GPGMEPLUG_PROTOCOL]: Set GPGMEPLUG_PROTOCOL. * gpgsmplug.c: New file. --- gpgmeplug/gpgsmplug.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 gpgmeplug/gpgsmplug.c (limited to 'gpgmeplug/gpgsmplug.c') diff --git a/gpgmeplug/gpgsmplug.c b/gpgmeplug/gpgsmplug.c new file mode 100644 index 00000000..f618267a --- /dev/null +++ b/gpgmeplug/gpgsmplug.c @@ -0,0 +1,2 @@ +#define GPGMEPLUG_PROTOCOL GPGME_PROTOCOL_CMS +#include "gpgmeplug.c" -- cgit v1.2.3