aboutsummaryrefslogtreecommitdiff
path: root/audio/mumble-server/files/patch-src_SelfSignedCertificate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mumble-server/files/patch-src_SelfSignedCertificate.cpp')
-rw-r--r--audio/mumble-server/files/patch-src_SelfSignedCertificate.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/mumble-server/files/patch-src_SelfSignedCertificate.cpp b/audio/mumble-server/files/patch-src_SelfSignedCertificate.cpp
deleted file mode 100644
index b5725633ae9d..000000000000
--- a/audio/mumble-server/files/patch-src_SelfSignedCertificate.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/SelfSignedCertificate.cpp.orig 2023-06-11 17:43:07 UTC
-+++ src/SelfSignedCertificate.cpp
-@@ -45,10 +45,12 @@ bool SelfSignedCertificate::generate(CertificateType c
- QString commonName;
- bool isServerCert = certificateType == CertificateTypeServerCertificate;
-
-+#ifdef CRYPTO_MEM_CHECK_ON
- if (CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON) == -1) {
- ok = false;
- goto out;
- }
-+#endif
-
- x509 = X509_new();
- if (x509 == NULL) {