Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(784)

Side by Side Diff: dev-libs/opencryptoki/files/opencryptoki-2.2.8-remove_openlog.patch

Issue 2620004: Patch opencryptoki not to call openlog("openCryptokiModule") (Closed) Base URL: ssh://git@chromiumos-git/chromiumos-overlay.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | dev-libs/opencryptoki/opencryptoki-2.2.8.ebuild » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 --- opencryptoki-2.2.8.orig/usr/lib/pkcs11/api/apiutil.c 2010-06-04 17:04 :48.000000000 -0400
2 +++ opencryptoki-2.2.8/usr/lib/pkcs11/api/apiutil.c 2010-06-04 17:06:23.0000 00000 -0400
3 @@ -380,7 +380,6 @@
4
5 if (!enabled){
6 enabled=1;
7 - openlog("openCryptokiModule",LOG_PID|LOG_NDELAY,LOG_DAEMON);
8 setlogmask(LOG_UPTO(LOG_DEBUG));
9 logit(LOG_DEBUG,"Logging enabled %d enabled",enabled);
10 }
OLDNEW
« no previous file with comments | « no previous file | dev-libs/opencryptoki/opencryptoki-2.2.8.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698