diff options
Diffstat (limited to 'dev-libs/opencryptoki/files/opencryptoki-2.2.8-remove_openlog.patch')
-rw-r--r-- | dev-libs/opencryptoki/files/opencryptoki-2.2.8-remove_openlog.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-libs/opencryptoki/files/opencryptoki-2.2.8-remove_openlog.patch b/dev-libs/opencryptoki/files/opencryptoki-2.2.8-remove_openlog.patch deleted file mode 100644 index 199db5a649d9..000000000000 --- a/dev-libs/opencryptoki/files/opencryptoki-2.2.8-remove_openlog.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- opencryptoki-2.2.8.orig/usr/lib/pkcs11/api/apiutil.c 2010-06-04 17:04:48.000000000 -0400 -+++ opencryptoki-2.2.8/usr/lib/pkcs11/api/apiutil.c 2010-06-04 17:06:23.000000000 -0400 -@@ -380,7 +380,6 @@ - - if (!enabled){ - enabled=1; -- openlog("openCryptokiModule",LOG_PID|LOG_NDELAY,LOG_DAEMON); - setlogmask(LOG_UPTO(LOG_DEBUG)); - logit(LOG_DEBUG,"Logging enabled %d enabled",enabled); - } |