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

ssl.diff « patches « build_environment « build_files - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7bb4413952c877a5f81d82c5cebae057691e7035 (plain)
1
2
3
4
5
6
7
8
9
10
--- ./test/v3ext.c	2022-07-05 11:08:33.000000000 +0200
+++ ./test/v3ext.c	2022-10-18 13:58:05.000000000 +0200
@@ -8,6 +8,7 @@
  */
 
 #include <stdio.h>
+#include <string.h>
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
 #include <openssl/pem.h>