aboutsummaryrefslogtreecommitdiff
path: root/security/hyperhotp/files/patch-src_core_log.c
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@fuz.su>2022-10-20 10:20:31 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-10-22 09:56:59 +0000
commitbc2ac7558455e8f6d0c7ccf60ccf91ccbe5f752e (patch)
treeaab8095d68b9d86bb88f09e7419b143cf7b43ab4 /security/hyperhotp/files/patch-src_core_log.c
parentdf6c65a0267a323b1adfc7dca649e9f7b649cc7c (diff)
downloadports-bc2ac7558455e8f6d0c7ccf60ccf91ccbe5f752e.tar.gz
ports-bc2ac7558455e8f6d0c7ccf60ccf91ccbe5f752e.zip
Add security/hyperhotp: Programmer for the HOTP feature of hyperFIDO USB security keys
HyperHOTP is an open re-implementation of the programming software for the HOTP feature of the hyperFIDO security keys. It's based on reverse- engineering the Windows-based programmer available on Hypersecu's website. WWW: https://github.com/casept/hyperhotp PR: 267223
Diffstat (limited to 'security/hyperhotp/files/patch-src_core_log.c')
-rw-r--r--security/hyperhotp/files/patch-src_core_log.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/hyperhotp/files/patch-src_core_log.c b/security/hyperhotp/files/patch-src_core_log.c
new file mode 100644
index 000000000000..6be4ce656086
--- /dev/null
+++ b/security/hyperhotp/files/patch-src_core_log.c
@@ -0,0 +1,8 @@
+--- src/core/log.c.orig 2021-10-05 10:43:22 UTC
++++ src/core/log.c
+@@ -1,4 +1,4 @@
+-#include <libusb-1.0/libusb.h>
++#include <libusb.h>
+ #include <memory.h>
+ #include <stdbool.h>
+ #include <stdint.h>