SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
net/poco/patches/patch-Crypto_src_X509Certificate_cpp
Normal file
12
net/poco/patches/patch-Crypto_src_X509Certificate_cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: Crypto/src/X509Certificate.cpp
|
||||
--- Crypto/src/X509Certificate.cpp.orig
|
||||
+++ Crypto/src/X509Certificate.cpp
|
||||
@@ -79,7 +79,7 @@ X509Certificate::X509Certificate(X509* pCert, bool sha
|
||||
|
||||
if (shared)
|
||||
{
|
||||
- _pCert->references++;
|
||||
+ X509_up_ref(_pCert);
|
||||
}
|
||||
|
||||
init();
|
Loading…
Add table
Add a link
Reference in a new issue