OpenSSL key agent and client utilities. The aim of these utilities is to provide an openssl-rsautl(1) drop-in replacement for performing cryptographic operations using a private key that is unlocked for the session, similar to OpenSSH's ssh-agent(1). The port's author is known to the maintainer but wishes not to be named. WWW: https://git.build2.org/cgit/openssl-agent/tree/README Obtained from: anonymous author Approved by: flo (mentor) Differential Revision: https://reviews.freebsd.org/D38630
13 lines
301 B
C++
13 lines
301 B
C++
--- openssl/agent/pkcs11/agent.cxx.orig 2023-02-09 15:36:17 UTC
|
|
+++ openssl/agent/pkcs11/agent.cxx
|
|
@@ -24,6 +24,9 @@
|
|
#include <openssl/agent/pkcs11/options.hxx>
|
|
#include <openssl/agent/pkcs11/private-key.hxx>
|
|
|
|
+#include <sys/signal.h>
|
|
+#define _NSIG NSIG
|
|
+
|
|
namespace openssl
|
|
{
|
|
namespace agent
|