diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-01-07 22:12:42 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-01-08 15:17:39 +0300 |
commit | e94d07c580641ab63b7103ab92ded89042941346 (patch) | |
tree | 9ee657f3492970fd3b535e56001af9bc84ca2872 /security/tpm2-pkcs11/files/patch-src_lib_twist.c | |
parent | security/tpm2-abrmd: Fix devd rules config. (diff) |
security/tpm2-pkcs11: New port
Sponsored by: Serenity Cybersecurity, LLC
Diffstat (limited to 'security/tpm2-pkcs11/files/patch-src_lib_twist.c')
-rw-r--r-- | security/tpm2-pkcs11/files/patch-src_lib_twist.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/tpm2-pkcs11/files/patch-src_lib_twist.c b/security/tpm2-pkcs11/files/patch-src_lib_twist.c new file mode 100644 index 000000000000..382fc6c85f60 --- /dev/null +++ b/security/tpm2-pkcs11/files/patch-src_lib_twist.c @@ -0,0 +1,10 @@ +--- src/lib/twist.c.orig 2021-09-29 17:04:30 UTC ++++ src/lib/twist.c +@@ -2,7 +2,6 @@ + + #include <config.h> + +-#include <alloca.h> + #include <ctype.h> + #include <stdint.h> + #include <stdarg.h> |