Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
70d70a3c
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
大约 1 年 前同步成功
通知
9
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
70d70a3c
编写于
3月 07, 2001
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Code for better build under Darwin (MacOS X).
Submitted by Brad Dominy <jdominy@darwinuser.org>
上级
f1f25544
变更
15
显示空白变更内容
内联
并排
Showing
15 changed file
with
27 addition
and
21 deletion
+27
-21
Configure
Configure
+2
-1
apps/s_time.c
apps/s_time.c
+1
-1
config
config
+11
-2
crypto/bf/bf_opts.c
crypto/bf/bf_opts.c
+1
-1
crypto/bf/bfspeed.c
crypto/bf/bfspeed.c
+1
-1
crypto/bn/bnspeed.c
crypto/bn/bnspeed.c
+1
-1
crypto/bn/expspeed.c
crypto/bn/expspeed.c
+1
-1
crypto/cast/cast_spd.c
crypto/cast/cast_spd.c
+1
-1
crypto/des/des_opts.c
crypto/des/des_opts.c
+1
-1
crypto/des/speed.c
crypto/des/speed.c
+1
-1
crypto/idea/idea_spd.c
crypto/idea/idea_spd.c
+1
-1
crypto/rc2/rc2speed.c
crypto/rc2/rc2speed.c
+1
-1
crypto/rc4/rc4speed.c
crypto/rc4/rc4speed.c
+1
-1
crypto/rc5/rc5speed.c
crypto/rc5/rc5speed.c
+1
-1
crypto/tmdiff.c
crypto/tmdiff.c
+2
-6
未找到文件。
Configure
浏览文件 @
70d70a3c
...
@@ -423,7 +423,8 @@ my %table=(
...
@@ -423,7 +423,8 @@ my %table=(
##### MacOS X (a.k.a. Rhapsody or Darwin) setup
##### MacOS X (a.k.a. Rhapsody or Darwin) setup
"rhapsody-ppc-cc","cc:-O3 -DB_ENDIAN::(unknown):MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::",
"rhapsody-ppc-cc","cc:-O3 -DB_ENDIAN::(unknown):MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::",
"darwin-ppc-cc","cc:-O3 -DB_ENDIAN::(unknown):MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::",
"darwin-ppc-cc","cc:-O3 -nostdinc -I/System/Library/Frameworks/System.framework/Headers -I/System/Library/Frameworks/System.frameworks/Headers/bsd -I/usr/include -fomit-frame-pointer -Wall -DB_ENDIAN::(unknown):MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::::::::::::-fPIC",
"darwin-i386-cc","cc:-O3 -nostdinc -I/System/Library/Frameworks/System.framework/Headers -I/System/Library/Frameworks/System.frameworks/Headers/bsd -I/usr/include -fomit-frame-pointer -Wall -DB_ENDIAN::(unknown):MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::::::::::::-fPIC",
##### Sony NEWS-OS 4.x
##### Sony NEWS-OS 4.x
"newsos4-gcc","gcc:-O -DB_ENDIAN::(unknown):NEWS4:-lmld -liberty:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR::::",
"newsos4-gcc","gcc:-O -DB_ENDIAN::(unknown):NEWS4:-lmld -liberty:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR::::",
...
...
apps/s_time.c
浏览文件 @
70d70a3c
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
#include "wintext.h"
#include "wintext.h"
#endif
#endif
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
&& !defined(OPENSSL_SYS_MACOSX)
#define TIMES
#define TIMES
#endif
#endif
...
...
config
浏览文件 @
70d70a3c
...
@@ -233,7 +233,15 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
...
@@ -233,7 +233,15 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
;;
;;
Darwin:
*
)
Darwin:
*
)
echo
"ppc-apple-darwin"
;
exit
0
case
"
$MACHINE
"
in
Power
*
)
echo
"ppc-apple-darwin
${
VERSION
}
"
;;
*
)
echo
"i386-apple-darwin
${
VERSION
}
"
;;
esac
exit
0
;;
;;
SunOS:5.
*
)
SunOS:5.
*
)
...
@@ -449,7 +457,8 @@ EOF
...
@@ -449,7 +457,8 @@ EOF
m68k-
*
-linux
*
)
OUT
=
"linux-m68k"
;;
m68k-
*
-linux
*
)
OUT
=
"linux-m68k"
;;
ia64-
*
-linux
?
)
OUT
=
"linux-ia64"
;;
ia64-
*
-linux
?
)
OUT
=
"linux-ia64"
;;
ppc-apple-rhapsody
)
OUT
=
"rhapsody-ppc-cc"
;;
ppc-apple-rhapsody
)
OUT
=
"rhapsody-ppc-cc"
;;
ppc-apple-darwin
)
OUT
=
"darwin-ppc-cc"
;;
ppc-apple-darwin
*
)
OUT
=
"darwin-ppc-cc"
;;
i386-apple-darwin
*
)
OUT
=
"darwin-i386-cc"
;;
sparc64-
*
-linux2
)
sparc64-
*
-linux2
)
#Before we can uncomment following lines we have to wait at least
#Before we can uncomment following lines we have to wait at least
#till 64-bit glibc for SPARC is operational:-(
#till 64-bit glibc for SPARC is operational:-(
...
...
crypto/bf/bf_opts.c
浏览文件 @
70d70a3c
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
/* define PART1, PART2, PART3 or PART4 to build only with a few of the options.
/* define PART1, PART2, PART3 or PART4 to build only with a few of the options.
* This is for machines with 64k code segment size restrictions. */
* This is for machines with 64k code segment size restrictions. */
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
&& !defined(OPENSSL_SYS_MACOSX)
#define TIMES
#define TIMES
#endif
#endif
...
...
crypto/bf/bfspeed.c
浏览文件 @
70d70a3c
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
&& !defined(OPENSSL_SYS_MACOSX)
#define TIMES
#define TIMES
#endif
#endif
...
...
crypto/bn/bnspeed.c
浏览文件 @
70d70a3c
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
#include <openssl/crypto.h>
#include <openssl/crypto.h>
#include <openssl/err.h>
#include <openssl/err.h>
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
&& !defined(OPENSSL_SYS_MACOSX)
#define TIMES
#define TIMES
#endif
#endif
...
...
crypto/bn/expspeed.c
浏览文件 @
70d70a3c
...
@@ -97,7 +97,7 @@ static void genprime_cb(int p, int n, void *arg);
...
@@ -97,7 +97,7 @@ static void genprime_cb(int p, int n, void *arg);
#include <openssl/err.h>
#include <openssl/err.h>
#include <openssl/rand.h>
#include <openssl/rand.h>
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
&& !defined(OPENSSL_SYS_MACOSX)
#define TIMES
#define TIMES
#endif
#endif
...
...
crypto/cast/cast_spd.c
浏览文件 @
70d70a3c
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
&& !defined(OPENSSL_SYS_MACOSX)
#define TIMES
#define TIMES
#endif
#endif
...
...
crypto/des/des_opts.c
浏览文件 @
70d70a3c
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
/* define PART1, PART2, PART3 or PART4 to build only with a few of the options.
/* define PART1, PART2, PART3 or PART4 to build only with a few of the options.
* This is for machines with 64k code segment size restrictions. */
* This is for machines with 64k code segment size restrictions. */
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
&& !defined(OPENSSL_SYS_MACOSX)
#define TIMES
#define TIMES
#endif
#endif
...
...
crypto/des/speed.c
浏览文件 @
70d70a3c
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
&& !defined(OPENSSL_SYS_MACOSX)
#define TIMES
#define TIMES
#endif
#endif
...
...
crypto/idea/idea_spd.c
浏览文件 @
70d70a3c
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
&& !defined(OPENSSL_SYS_MACOSX)
#define TIMES
#define TIMES
#endif
#endif
...
...
crypto/rc2/rc2speed.c
浏览文件 @
70d70a3c
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
&& !defined(OPENSSL_SYS_MACOSX)
#define TIMES
#define TIMES
#endif
#endif
...
...
crypto/rc4/rc4speed.c
浏览文件 @
70d70a3c
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
&& !defined(OPENSSL_SYS_MACOSX)
#define TIMES
#define TIMES
#endif
#endif
...
...
crypto/rc5/rc5speed.c
浏览文件 @
70d70a3c
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
&& !defined(OPENSSL_SYS_MACOSX)
#define TIMES
#define TIMES
#endif
#endif
...
...
crypto/tmdiff.c
浏览文件 @
70d70a3c
...
@@ -65,12 +65,8 @@
...
@@ -65,12 +65,8 @@
#undef TIMES
#undef TIMES
#endif
#endif
#ifndef OPENSSL_SYS_MSDOS
#if !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_SYS_VMS) || defined(__DECC) && !defined(OPENSSL_SYS_MACOSX)
# ifndef OPENSSL_SYS_WIN32
# if !defined(OPENSSL_SYS_VMS) || defined(__DECC)
# define TIMES
# define TIMES
# endif
# endif
#endif
#endif
#ifndef _IRIX
#ifndef _IRIX
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录