Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/SelfSignedCertificate.cpp')
-rw-r--r--src/SelfSignedCertificate.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SelfSignedCertificate.cpp b/src/SelfSignedCertificate.cpp
index 642e9ca2d..1ea6b3761 100644
--- a/src/SelfSignedCertificate.cpp
+++ b/src/SelfSignedCertificate.cpp
@@ -5,6 +5,8 @@
#include "SelfSignedCertificate.h"
+#include <openssl/x509v3.h>
+
#define SSL_STRING(x) QString::fromLatin1(x).toUtf8().data()
static int add_ext(X509 * crt, int nid, char *value) {