added my Recipes

This commit is contained in:
2024-07-11 14:16:35 +02:00
parent 38bc4f53ac
commit 09b621d929
7118 changed files with 525762 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
Index: wvstreams-4.6/crypto/wvx509.cc
===================================================================
--- wvstreams-4.6.orig/crypto/wvx509.cc 2009-07-29 11:58:16.000000000 -0400
+++ wvstreams-4.6/crypto/wvx509.cc 2009-07-29 11:58:43.000000000 -0400
@@ -325,7 +325,7 @@
}
int verify_result = X509_REQ_verify(certreq, pk);
- if (verify_result == 0)
+ if (verify_result == 0 || verify_result == -1)
{
debug(WvLog::Warning, "Self signed request failed");
X509_REQ_free(certreq);