Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
isprogram
/
pyenv
espelhamento de
https://github.com/pyenv/pyenv.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Projects
0
Versões
241
Wiki
Atividade
Ver código fonte
Fix compilation error when building OpenSSL 1.1.1q in MacOS 11+ for 3.9.16 (
#2558
)
pull/2564/head
宇萱/土撥鼠(Lisbeth)
3 anos atrás
committed by
GitHub
pai
2128b4f27d
commit
23576296ae
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG:
4AEE18F83AFDEB23
1 arquivos alterados
com
12 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+12
-0
plugins/python-build/share/python-build/patches/3.9.16/openssl-1.1.1q/openssl_1.1.1q_fix_c_include.patch
+ 12
- 0
plugins/python-build/share/python-build/patches/3.9.16/openssl-1.1.1q/openssl_1.1.1q_fix_c_include.patch
Ver arquivo
@ -0,0 +1,12 @@
diff --git a/test/v3ext.c b/test/v3ext.c
index 7a240cd706..6cec6f1a9b 100644
--- a/test/v3ext.c
+++ b/test/v3ext.c
@@ -15,6 +15,7 @@
#include <openssl/err.h>
#include "internal/nelem.h"
+#include <string.h>
#include "testutil.h"
static const char *infile;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar