- Remove missing file in previous commit

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-02-02 02:33:22 +00:00
parent 4072aa72ae
commit 987e73691c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290270

View File

@ -1,13 +0,0 @@
#
# http://www.freebsd.org/cgi/query-pr.cgi?pr=142311
#
--- gnupg.c.orig 2010-01-04 18:08:52.000000000 +0100
+++ gnupg.c 2010-01-04 18:09:14.000000000 +0100
@@ -136,6 +136,7 @@
static void gnupg_res_init(gnupg_object *intern TSRMLS_DC){
/* init the gpgme-lib and set the default values */
gpgme_ctx_t ctx;
+ gpgme_check_version (0);
gpgme_new (&ctx);
gpgme_set_armor (ctx,1);
intern->ctx = ctx;