Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
66ecdf3b
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
1 年多 前同步成功
通知
10
Star
18
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Openssl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
66ecdf3b
编写于
2月 22, 2003
作者:
U
Ulf Möller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
more mingw related cleanups.
上级
7841edc9
变更
10
显示空白变更内容
内联
并排
Showing
10 changed file
with
3 addition
and
42 deletion
+3
-42
Configure
Configure
+2
-4
apps/apps.c
apps/apps.c
+0
-4
crypto/bn/bntest.c
crypto/bn/bntest.c
+0
-9
crypto/bn/exptest.c
crypto/bn/exptest.c
+0
-3
crypto/dh/dhtest.c
crypto/dh/dhtest.c
+0
-7
crypto/dsa/dsatest.c
crypto/dsa/dsatest.c
+0
-3
crypto/threads/mttest.c
crypto/threads/mttest.c
+0
-5
ms/mingw32.bat
ms/mingw32.bat
+1
-1
ms/mw.bat
ms/mw.bat
+0
-5
ssl/ssltest.c
ssl/ssltest.c
+0
-1
未找到文件。
Configure
浏览文件 @
66ecdf3b
...
...
@@ -506,10 +506,8 @@ my %table=(
"BC-32","bcc32::::WIN32::BN_LLONG DES_PTR RC4_INDEX EXPORT_VAR_AS_FN::::::::::win32",
"BC-16","bcc:::(unknown):WIN16::BN_LLONG DES_PTR RC4_INDEX SIXTEEN_BIT:::",
# Mingw32
# (Note: the real CFLAGS for Windows builds are defined by util/mk1mf.pl
# and its library files in util/pl/*)
"Mingw32", "gcc:-DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall:::::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32",
# MinGW
"mingw", "gcc:-DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -mno-cygwin -Wall:::MINGW32:-mno-cygwin -lwsock32 -lgdi32:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}:win32::::.dll",
# UWIN
"UWIN", "cc:-DTERMIOS -DL_ENDIAN -O -Wall:::UWIN::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32",
...
...
apps/apps.c
浏览文件 @
66ecdf3b
...
...
@@ -140,10 +140,6 @@
#include "apps.h"
#undef NON_MAIN
#ifdef OPENSSL_SYS_WINDOWS
# include "bss_file.c"
#endif
typedef
struct
{
char
*
name
;
unsigned
long
flag
;
...
...
crypto/bn/bntest.c
浏览文件 @
66ecdf3b
...
...
@@ -87,10 +87,6 @@
#include <openssl/x509.h>
#include <openssl/err.h>
#ifdef OPENSSL_SYS_WINDOWS
#include "../bio/bss_file.c"
#endif
const
int
num0
=
100
;
/* number of tests */
const
int
num1
=
50
;
/* additional tests for some functions */
const
int
num2
=
5
;
/* number of tests for slow functions */
...
...
@@ -124,11 +120,6 @@ int test_sqrt(BIO *bp,BN_CTX *ctx);
int
rand_neg
(
void
);
static
int
results
=
0
;
#ifdef OPENSSL_NO_STDIO
#define APPS_WIN16
#include "bss_file.c"
#endif
static
unsigned
char
lst
[]
=
"
\xC6\x4F\x43\x04\x2A\xEA\xCA\x6E\x58\x36\x80\x5B\xE8\xC9
"
"
\x9B\x04\x5D\x48\x36\xC2\xFD\x16\xC9\x64\xF0
"
;
...
...
crypto/bn/exptest.c
浏览文件 @
66ecdf3b
...
...
@@ -66,9 +66,6 @@
#include <openssl/bn.h>
#include <openssl/rand.h>
#include <openssl/err.h>
#ifdef OPENSSL_SYS_WINDOWS
#include "../bio/bss_file.c"
#endif
#define NUM_BITS (BN_BITS*2)
...
...
crypto/dh/dhtest.c
浏览文件 @
66ecdf3b
...
...
@@ -68,9 +68,6 @@
#include "../e_os.h"
#ifdef OPENSSL_SYS_WINDOWS
#include "../bio/bss_file.c"
#endif
#include <openssl/crypto.h>
#include <openssl/bio.h>
#include <openssl/bn.h>
...
...
@@ -93,10 +90,6 @@ int main(int argc, char *argv[])
#endif
static
void
MS_CALLBACK
cb
(
int
p
,
int
n
,
void
*
arg
);
#ifdef OPENSSL_NO_STDIO
#define APPS_WIN16
#include "bss_file.c"
#endif
static
const
char
rnd_seed
[]
=
"string to make the random number generator think it has entropy"
;
...
...
crypto/dsa/dsatest.c
浏览文件 @
66ecdf3b
...
...
@@ -77,9 +77,6 @@
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
#ifdef OPENSSL_SYS_WINDOWS
#include "../bio/bss_file.c"
#endif
#ifdef OPENSSL_NO_DSA
int
main
(
int
argc
,
char
*
argv
[])
...
...
crypto/threads/mttest.c
浏览文件 @
66ecdf3b
...
...
@@ -86,11 +86,6 @@
#include <openssl/err.h>
#include <openssl/rand.h>
#ifdef OPENSSL_NO_FP_API
#define APPS_WIN16
#include "../buffer/bss_file.c"
#endif
#define TEST_SERVER_CERT "../../apps/server.pem"
#define TEST_CLIENT_CERT "../../apps/client.pem"
...
...
ms/mingw32.bat
浏览文件 @
66ecdf3b
@rem OpenSSL with Mingw32+GNU as
@rem ---------------------------
perl
Configure
Mingw32
%
1
%
2
%
3
%
4
%
5
%
6
%
7
%
8
perl
Configure
mingw
%
1
%
2
%
3
%
4
%
5
%
6
%
7
%
8
@echo
off
...
...
ms/mw.bat
浏览文件 @
66ecdf3b
...
...
@@ -4,17 +4,12 @@
@rem Makefile
perl
util
\mkfiles.pl
>
MINFO
perl
util
\mk1mf.pl
Mingw32
>
ms
\mingw32.mak
perl
util
\mk1mf.pl
Mingw32
-files
>
ms
\mingw32f.mak
@rem DLL definition files
perl
util
\mkdef.pl
32
libeay
>
ms
\libeay32.def
if
errorlevel
1
goto
end
perl
util
\mkdef.pl
32
ssleay
>
ms
\ssleay32.def
if
errorlevel
1
goto
end
@rem Create files -- this can be skipped if using the GNU file utilities
make
-f
ms
/mingw
32
f
.mak
echo
You
can
ignore
the
error
messages
above
@rem Build the libraries
make
-f
ms
/mingw
32
.mak
if
errorlevel
1
goto
end
...
...
ssl/ssltest.c
浏览文件 @
66ecdf3b
...
...
@@ -147,7 +147,6 @@
#ifdef OPENSSL_SYS_WINDOWS
#include <winsock.h>
#include "../crypto/bio/bss_file.c"
#else
#include OPENSSL_UNISTD
#endif
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录