diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2022-05-06 17:31:40 +0900 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2022-05-06 17:32:09 +0900 |
commit | cd09274aa2c59b5a06508ed00bf5bded7b7b6213 (patch) | |
tree | 9089f1274785e194391aa2e01883fa0e37af02e2 /security/opencryptoki/files/patch-usr-sbin-pkcsslotd-pkcsslotd_util.c | |
parent | package: fix inverted logic (diff) |
security/opencryptoki: update to 3.18.0
Diffstat (limited to 'security/opencryptoki/files/patch-usr-sbin-pkcsslotd-pkcsslotd_util.c')
-rw-r--r-- | security/opencryptoki/files/patch-usr-sbin-pkcsslotd-pkcsslotd_util.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/opencryptoki/files/patch-usr-sbin-pkcsslotd-pkcsslotd_util.c b/security/opencryptoki/files/patch-usr-sbin-pkcsslotd-pkcsslotd_util.c new file mode 100644 index 000000000000..1d3b9f8df8c4 --- /dev/null +++ b/security/opencryptoki/files/patch-usr-sbin-pkcsslotd-pkcsslotd_util.c @@ -0,0 +1,10 @@ +--- usr/sbin/pkcsslotd/pkcsslotd_util.c.orig 2022-04-25 11:04:51 UTC ++++ usr/sbin/pkcsslotd/pkcsslotd_util.c +@@ -11,6 +11,7 @@ + #include <stdlib.h> + #include <string.h> + #include <stdio.h> ++#include <pthread.h> + + #include "slotmgr.h" + #include "log.h" |