Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
4c3a2d64
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看板
提交
4c3a2d64
编写于
4月 30, 2005
作者:
A
Andy Polyakov
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fold rules in test/Makefiles [from stable].
上级
98a2fd32
变更
5
展开全部
隐藏空白更改
内联
并排
Showing
5 changed file
with
46 addition
and
579 deletion
+46
-579
ChangeLog.0_9_7-stable_not-in-head
ChangeLog.0_9_7-stable_not-in-head
+1
-107
Makefile.org
Makefile.org
+3
-5
apps/Makefile
apps/Makefile
+2
-4
engines/Makefile
engines/Makefile
+1
-3
test/Makefile
test/Makefile
+39
-460
未找到文件。
ChangeLog.0_9_7-stable_not-in-head
浏览文件 @
4c3a2d64
...
@@ -40,19 +40,6 @@ be added to the end of this file.
...
@@ -40,19 +40,6 @@ be added to the end of this file.
Return my normal debug targets to something not so extreme, and
Return my normal debug targets to something not so extreme, and
make the extreme ones special (or 'extreme', if you will :-)).
make the extreme ones special (or 'extreme', if you will :-)).
2002-12-15 16:27 appro
Changed:
Makefile.org (1.154.2.41), "Exp", lines: +2 -1
Another Solaris shared build clean-up. This is not actually needed
if one uses WorkShop C. It's gcc driver that brings copy of
libgcc.a into .so otherwise. In case you wonder what it's -Wl,-z...
and not just -z. Problem is that gcc driver apparently omits all -z
options but -z text. Don't ask me why. I'm not committing
corresponding workaround into the HEAD as Makefile.shared
reportedly needs even more work...
2002-12-16 19:17 appro
2002-12-16 19:17 appro
Changed:
Changed:
...
@@ -62,25 +49,6 @@ be added to the end of this file.
...
@@ -62,25 +49,6 @@ be added to the end of this file.
This is rollback to 0.9.6h bn_mul.c to address problem reported in
This is rollback to 0.9.6h bn_mul.c to address problem reported in
RT#272.
RT#272.
2002-12-16 19:59 appro
Changed:
Makefile.org (1.154.2.42), "Exp", lines: +3 -1
Some of Sun compiler drivers (well, one of those I have) collect
all options specified with -Wl in the beginnig of the ld command
line which kind of obsoletes the idea as it's -z defaultextract
that will be closest to lib*.a and not -z allextract:-(
!2002-12-27 17:49 appro
!
! Changed:
! Configure (1.314.2.62), "Exp", lines: +1 -1
!
! According to Tim Rice <tim@multitalents.net> assembler support in
! SCO5 never worked anyway. Note this is not going to HEAD as we
! intend to provide an alternative solution as soon as 0.9.7 is out.
2003-01-01 16:48 ben
2003-01-01 16:48 ben
Changed:
Changed:
...
@@ -212,15 +180,6 @@ be added to the end of this file.
...
@@ -212,15 +180,6 @@ be added to the end of this file.
DES CFB8 test.
DES CFB8 test.
2004-01-21 10:58 appro
Changed:
Configure (1.314.2.89), "Exp", lines: +1 -0
config (1.95.2.27), "Exp", lines: +7 -6
crypto/bn/Makefile.ssl (1.65.2.7), "Exp", lines: +3 -0
Proper support for HP-UX64 gcc build. PR: 772
2004-03-17 05:01 mark
2004-03-17 05:01 mark
Changed:
Changed:
...
@@ -271,16 +230,6 @@ be added to the end of this file.
...
@@ -271,16 +230,6 @@ be added to the end of this file.
PR: 900
PR: 900
2004-07-24 15:40 appro
Changed:
ssl/ssl_cert.c (1.48.2.9), "Exp", lines: +5 -2
Add casts where casts due. It's "safe" to cast, because "wrong"
casts will either be optimized away or never performed. The trouble
is that compiler first parses code, then optimizes, not both at
once...
2004-08-02 16:15 levitte [FIPS]
2004-08-02 16:15 levitte [FIPS]
Changed:
Changed:
...
@@ -291,21 +240,6 @@ be added to the end of this file.
...
@@ -291,21 +240,6 @@ be added to the end of this file.
Thanks to Dr Stephen Henson <shenson@drh-consultancy.co.uk>
Thanks to Dr Stephen Henson <shenson@drh-consultancy.co.uk>
for making me aware of this error.
for making me aware of this error.
2004-12-09 19:00 appro
Changed:
apps/openssl.c (1.48.2.11), "Exp", lines: +1 -1
Eliminate dependency on UNICODE macro.
2004-12-20 14:18 appro
Changed:
util/mklink.pl (1.6.2.2), "Exp", lines: +1 -0
When re-linking files, really relink them. In other words, emulate
ln -f.
2004-12-28 00:48 appro
2004-12-28 00:48 appro
Changed:
Changed:
...
@@ -323,16 +257,6 @@ be added to the end of this file.
...
@@ -323,16 +257,6 @@ be added to the end of this file.
Allow for ./config no-sha0. PR: 993
Allow for ./config no-sha0. PR: 993
2005-02-03 12:09 appro
Changed:
Configure (1.314.2.105), "Exp", lines: +2 -2
Makefile.org (1.154.2.94), "Exp", lines: +16 -6
TABLE (1.99.2.44), "Exp", lines: +2 -2
Final HP-UX specific touches to "cope with run-time linker on
multi-ABI platforms."
2005-03-12 10:28 appro
2005-03-12 10:28 appro
Changed:
Changed:
...
@@ -342,16 +266,7 @@ be added to the end of this file.
...
@@ -342,16 +266,7 @@ be added to the end of this file.
Move copying of .dll to apps/ and test/ to more appropriate place.
Move copying of .dll to apps/ and test/ to more appropriate place.
2005-03-12 13:15 appro
2005-03-15 10:46 appro [FIPS]
Changed:
apps/Makefile (1.1.4.14), "Exp", lines: +4 -2
test/Makefile (1.1.4.10), "Exp", lines: +42 -194
Fold rules in test/Makefile and provide hooks for updated FIPS
build procedures.
2005-03-15 10:46 appro
Changed:
Changed:
Makefile.org (1.154.2.96), "Exp", lines: +1 -1
Makefile.org (1.154.2.96), "Exp", lines: +1 -1
...
@@ -362,27 +277,6 @@ be added to the end of this file.
...
@@ -362,27 +277,6 @@ be added to the end of this file.
in crypto/Makefile and make Makefile.org and fips/Makefile more
in crypto/Makefile and make Makefile.org and fips/Makefile more
discreet.
discreet.
2005-03-26 20:32 appro
Changed:
crypto/perlasm/x86nasm.pl (1.2.8.8), "Exp", lines: +6 -1
Resolve "operation size not specified" in NASM modules.
2005-04-03 21:16 appro
Changed:
Configure (1.314.2.109), "Exp", lines: +10 -0
TABLE (1.99.2.48), "Exp", lines: +50 -0
config (1.95.2.33), "Exp", lines: +9 -2
crypto/bn/Makefile (1.1.4.4), "Exp", lines: +1 -0
crypto/rc4/Makefile (1.1.4.6), "Exp", lines: +1 -1
Extend Solaris x86 support to amd64. Note that if both gcc and Sun
C are installed, it defaults to gcc, because it beats Sun C on
every benchmark. Also note that gcc shared build was verified to
work woth Sun C...
2005-04-14 00:47 appro
2005-04-14 00:47 appro
Changed:
Changed:
...
...
Makefile.org
浏览文件 @
4c3a2d64
...
@@ -118,8 +118,6 @@ SDIRS= \
...
@@ -118,8 +118,6 @@ SDIRS= \
TESTS
=
alltests
TESTS
=
alltests
MAKEFILE
=
Makefile
MAKEFILE
=
Makefile
NEWMAKE
=
make
MAKE
=
$(NEWMAKE)
MANDIR
=
$(OPENSSLDIR)
/man
MANDIR
=
$(OPENSSLDIR)
/man
MAN1
=
1
MAN1
=
1
...
@@ -229,7 +227,7 @@ clean-shared:
...
@@ -229,7 +227,7 @@ clean-shared:
link-shared
:
link-shared
:
@
set
-e
;
for
i
in
${SHLIBDIRS}
;
do
\
@
set
-e
;
for
i
in
${SHLIBDIRS}
;
do
\
$(
NEW
MAKE)
-f
$(HERE)
/Makefile.shared
\
$(MAKE)
-f
$(HERE)
/Makefile.shared
\
LIBNAME
=
$$
i
LIBVERSION
=
${SHLIB_MAJOR}
.
${SHLIB_MINOR}
\
LIBNAME
=
$$
i
LIBVERSION
=
${SHLIB_MAJOR}
.
${SHLIB_MINOR}
\
LIBCOMPATVERSIONS
=
";
${SHLIB_VERSION_HISTORY}
"
\
LIBCOMPATVERSIONS
=
";
${SHLIB_VERSION_HISTORY}
"
\
symlink.
$(SHLIB_TARGET)
;
\
symlink.
$(SHLIB_TARGET)
;
\
...
@@ -243,7 +241,7 @@ do_$(SHLIB_TARGET):
...
@@ -243,7 +241,7 @@ do_$(SHLIB_TARGET):
if
[
"
${SHLIBDIRS}
"
=
"ssl"
-a
-n
"
$(LIBKRB5)
"
]
;
then
\
if
[
"
${SHLIBDIRS}
"
=
"ssl"
-a
-n
"
$(LIBKRB5)
"
]
;
then
\
libs
=
"
$(LIBKRB5)
$$
libs"
;
\
libs
=
"
$(LIBKRB5)
$$
libs"
;
\
fi
;
\
fi
;
\
$(
NEW
MAKE)
-f
Makefile.shared
\
$(MAKE)
-f
Makefile.shared
\
$(BUILDENV)
\
$(BUILDENV)
\
LIBNAME
=
$$
i
LIBVERSION
=
${SHLIB_MAJOR}
.
${SHLIB_MINOR}
\
LIBNAME
=
$$
i
LIBVERSION
=
${SHLIB_MAJOR}
.
${SHLIB_MINOR}
\
LIBCOMPATVERSIONS
=
";
${SHLIB_VERSION_HISTORY}
"
\
LIBCOMPATVERSIONS
=
";
${SHLIB_VERSION_HISTORY}
"
\
...
@@ -483,7 +481,7 @@ install_sw:
...
@@ -483,7 +481,7 @@ install_sw:
done
;
\
done
;
\
(
here
=
"
`
pwd
`
"
;
\
(
here
=
"
`
pwd
`
"
;
\
cd
$(INSTALL_PREFIX)$(INSTALLTOP)
/lib
;
\
cd
$(INSTALL_PREFIX)$(INSTALLTOP)
/lib
;
\
$(
NEW
MAKE)
-f
$$
here/Makefile
HERE
=
"
$$
here"
link-shared
)
;
\
$(MAKE)
-f
$$
here/Makefile
HERE
=
"
$$
here"
link-shared
)
;
\
if
[
"
$(INSTALLTOP)
"
!=
"/usr"
]
;
then
\
if
[
"
$(INSTALLTOP)
"
!=
"/usr"
]
;
then
\
echo
'OpenSSL shared libraries have been installed in:'
;
\
echo
'OpenSSL shared libraries have been installed in:'
;
\
echo
'
$(INSTALLTOP)
'
;
\
echo
'
$(INSTALLTOP)
'
;
\
...
...
apps/Makefile
浏览文件 @
4c3a2d64
...
@@ -10,8 +10,6 @@ CFLAG= -g -static
...
@@ -10,8 +10,6 @@ CFLAG= -g -static
INSTALL_PREFIX
=
INSTALL_PREFIX
=
INSTALLTOP
=
/usr/local/ssl
INSTALLTOP
=
/usr/local/ssl
OPENSSLDIR
=
/usr/local/ssl
OPENSSLDIR
=
/usr/local/ssl
NEWMAKE
=
make
MAKE
=
$(NEWMAKE)
MAKEDEPPROG
=
makedepend
MAKEDEPPROG
=
makedepend
MAKEDEPEND
=
$(TOP)
/util/domd
$(TOP)
-MD
$(MAKEDEPPROG)
MAKEDEPEND
=
$(TOP)
/util/domd
$(TOP)
-MD
$(MAKEDEPPROG)
MAKEFILE
=
Makefile
MAKEFILE
=
Makefile
...
@@ -93,7 +91,7 @@ req: sreq.o $(A_OBJ) $(DLIBCRYPTO)
...
@@ -93,7 +91,7 @@ req: sreq.o $(A_OBJ) $(DLIBCRYPTO)
shlib_target
=
;
if
[
-n
"
$(SHARED_LIBS)
"
]
;
then
\
shlib_target
=
;
if
[
-n
"
$(SHARED_LIBS)
"
]
;
then
\
shlib_target
=
"
$(SHLIB_TARGET)
"
;
\
shlib_target
=
"
$(SHLIB_TARGET)
"
;
\
fi
;
\
fi
;
\
$(
NEW
MAKE)
-f
$(TOP)
/Makefile.shared
\
$(MAKE)
-f
$(TOP)
/Makefile.shared
\
APPNAME
=
req
CC
=
"
$(CC)
"
CFLAGS
=
"
$(CFLAGS)
"
\
APPNAME
=
req
CC
=
"
$(CC)
"
CFLAGS
=
"
$(CFLAGS)
"
\
LDFLAGS
=
"
$(LDFLAG)
"
SHARED_LDFLAGS
=
"
$(SHARED_LDFLAGS)
"
\
LDFLAGS
=
"
$(LDFLAG)
"
SHARED_LDFLAGS
=
"
$(SHARED_LDFLAGS)
"
\
OBJECTS
=
"sreq.o
$(A_OBJ)
$(RAND_OBJ)
"
\
OBJECTS
=
"sreq.o
$(A_OBJ)
$(RAND_OBJ)
"
\
...
@@ -163,7 +161,7 @@ $(EXE): progs.h $(E_OBJ) $(PROGRAM).o $(DLIBCRYPTO) $(DLIBSSL)
...
@@ -163,7 +161,7 @@ $(EXE): progs.h $(E_OBJ) $(PROGRAM).o $(DLIBCRYPTO) $(DLIBSSL)
else
\
else
\
LIBRARIES
=
"
$(LIBSSL)
$(LIBKRB5)
$(LIBCRYPTO)
"
;
\
LIBRARIES
=
"
$(LIBSSL)
$(LIBKRB5)
$(LIBCRYPTO)
"
;
\
fi
;
\
fi
;
\
$(
NEW
MAKE)
-f
$(TOP)
/Makefile.shared
\
$(MAKE)
-f
$(TOP)
/Makefile.shared
\
APPNAME
=
$(EXE)
CC
=
"
$(CC)
"
CFLAGS
=
"
$(CFLAG)
"
\
APPNAME
=
$(EXE)
CC
=
"
$(CC)
"
CFLAGS
=
"
$(CFLAG)
"
\
LDFLAGS
=
"
$(LDFLAGS)
"
SHARED_LDFLAGS
=
"
$(SHARED_LDFLAGS)
"
\
LDFLAGS
=
"
$(LDFLAGS)
"
SHARED_LDFLAGS
=
"
$(SHARED_LDFLAGS)
"
\
OBJECTS
=
"
$(PROGRAM)
.o
$(E_OBJ)
"
\
OBJECTS
=
"
$(PROGRAM)
.o
$(E_OBJ)
"
\
...
...
engines/Makefile
浏览文件 @
4c3a2d64
...
@@ -10,8 +10,6 @@ CFLAG=-g
...
@@ -10,8 +10,6 @@ CFLAG=-g
INSTALL_PREFIX
=
INSTALL_PREFIX
=
OPENSSLDIR
=
/usr/local/ssl
OPENSSLDIR
=
/usr/local/ssl
INSTALLTOP
=
/usr/local/ssl
INSTALLTOP
=
/usr/local/ssl
NEWMAKE
=
make
MAKE
=
$(NEWMAKE)
MAKEDEPPROG
=
makedepend
MAKEDEPPROG
=
makedepend
MAKEDEPEND
=
$(TOP)
/util/domd
$(TOP)
-MD
$(MAKEDEPPROG)
MAKEDEPEND
=
$(TOP)
/util/domd
$(TOP)
-MD
$(MAKEDEPPROG)
MAKEFILE
=
Makefile
MAKEFILE
=
Makefile
...
@@ -72,7 +70,7 @@ lib: $(LIBOBJ)
...
@@ -72,7 +70,7 @@ lib: $(LIBOBJ)
@
if
[
-n
"
$(SHARED_LIBS)
"
]
;
then
\
@
if
[
-n
"
$(SHARED_LIBS)
"
]
;
then
\
set
-e
;
\
set
-e
;
\
for
l
in
$(LIBNAMES)
;
do
\
for
l
in
$(LIBNAMES)
;
do
\
$(
NEW
MAKE)
-f
../Makefile.shared
\
$(MAKE)
-f
../Makefile.shared
\
CC
=
"
$(CC)
"
LIBNAME
=
$$
l
LIBEXTRAS
=
e_
$$
l.o
\
CC
=
"
$(CC)
"
LIBNAME
=
$$
l
LIBEXTRAS
=
e_
$$
l.o
\
LIBDEPS
=
'-L.. -lcrypto
$(EX_LIBS)
'
\
LIBDEPS
=
'-L.. -lcrypto
$(EX_LIBS)
'
\
CFLAG
=
"
$(CFLAG)
"
LDFLAGS
=
"
$(LDFLAGS)
"
\
CFLAG
=
"
$(CFLAG)
"
LDFLAGS
=
"
$(LDFLAGS)
"
\
...
...
test/Makefile
浏览文件 @
4c3a2d64
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录