Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
305f402e
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看板
提交
305f402e
编写于
12月 22, 1998
作者:
R
Ralf S. Engelschall
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
*** empty log message ***
上级
c537fb08
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
21 addition
and
21 deletion
+21
-21
MINFO
MINFO
+3
-3
makefile.one
makefile.one
+6
-6
ms/ntdll.mak
ms/ntdll.mak
+6
-6
ms/w31dll.mak
ms/w31dll.mak
+6
-6
未找到文件。
MINFO
浏览文件 @
305f402e
...
...
@@ -871,7 +871,7 @@ TEST=ssltest.c
TOP=..
RELATIVE_DIRECTORY=
RELATIVE_DIRECTORY=rsaref
ALL=Makefile rsaref.c rsar_err.c
rsaref.h
ALL=Makefile rsaref.c rsar_err.c rsaref.h
APPS=
AR=ar r
CC=cc
...
...
@@ -880,9 +880,9 @@ CFLAGS=-I../crypto -I../include -g
DIR=rsaref
ERR=rsaref
ERRC=rsar_err
EXHEADER=
EXHEADER=
rsaref.h
GENERAL=Makefile
HEADER=
rsaref.h
HEADER=rsaref.h
INCLUDES=-I../crypto -I../include
INSTALLTOP=/usr/local/ssl
LIB=../libRSAglue.a
...
...
makefile.one
浏览文件 @
305f402e
...
...
@@ -118,8 +118,8 @@ HEADER=$(INCL_D)/cryptlib.h \
$(INCL_D)
/bf_pi.h
$(INCL_D)
/bf_locl.h
$(INCL_D)
/cast_s.h
\
$(INCL_D)
/cast_lcl.h
$(INCL_D)
/bn_lcl.h
$(INCL_D)
/bn_prime.h
\
$(INCL_D)
/obj_dat.h
$(INCL_D)
/conf_lcl.h
$(INCL_D)
/ssl_locl.h
\
$(INCL_D)
/
rsaref.h
$(INCL_D)
/apps.h
$(INCL_D)
/prog
s.h
\
$(INCL_D)
/
s_apps.h
$(INCL_D)
/
testdsa.h
$(INCL_D)
/testrsa.h
$(INCL_D)
/
apps.h
$(INCL_D)
/progs.h
$(INCL_D)
/s_app
s.h
\
$(INCL_D)
/testdsa.h
$(INCL_D)
/testrsa.h
EXHEADER
=
$(INC_D)
/e_os.h
\
$(INC_D)
/crypto.h
$(INC_D)
/cryptall.h
$(INC_D)
/tmdiff.h
\
...
...
@@ -136,7 +136,7 @@ EXHEADER=$(INC_D)/e_os.h \
$(INC_D)
/x509_vfy.h
$(INC_D)
/conf.h
$(INC_D)
/txt_db.h
\
$(INC_D)
/pkcs7.h
$(INC_D)
/comp.h
$(INC_D)
/ssl.h
\
$(INC_D)
/ssl2.h
$(INC_D)
/ssl3.h
$(INC_D)
/ssl23.h
\
$(INC_D)
/tls1.h
$(INC_D)
/tls1.h
$(INC_D)
/rsaref.h
T_OBJ
=
$(OBJ_D)
/md2test.o
\
$(OBJ_D)
/md5test.o
$(OBJ_D)
/shatest.o
$(OBJ_D)
/sha1test.o
\
...
...
@@ -407,9 +407,6 @@ $(INCL_D)/conf_lcl.h: $(SRC_D)/crypto/conf/conf_lcl.h
$(INCL_D)/ssl_locl.h
:
$(SRC_D)/ssl/ssl_locl.h
$(CP)
$(SRC_D)
/ssl/ssl_locl.h
$(INCL_D)
/ssl_locl.h
$(INCL_D)/rsaref.h
:
$(SRC_D)/rsaref/rsaref.h
$(CP)
$(SRC_D)
/rsaref/rsaref.h
$(INCL_D)
/rsaref.h
$(INCL_D)/apps.h
:
$(SRC_D)/apps/apps.h
$(CP)
$(SRC_D)
/apps/apps.h
$(INCL_D)
/apps.h
...
...
@@ -557,6 +554,9 @@ $(INC_D)/ssl23.h: $(SRC_D)/ssl/ssl23.h
$(INC_D)/tls1.h
:
$(SRC_D)/ssl/tls1.h
$(CP)
$(SRC_D)
/ssl/tls1.h
$(INC_D)
/tls1.h
$(INC_D)/rsaref.h
:
$(SRC_D)/rsaref/rsaref.h
$(CP)
$(SRC_D)
/rsaref/rsaref.h
$(INC_D)
/rsaref.h
$(OBJ_D)/md2test.o
:
$(SRC_D)/crypto/md2/md2test.c
$(CC)
-o
$(OBJ_D)
/md2test.o
$(APP_CFLAGS)
-c
$(SRC_D)
/crypto/md2/md2test.c
...
...
ms/ntdll.mak
浏览文件 @
305f402e
...
...
@@ -118,8 +118,8 @@ HEADER=$(INCL_D)\cryptlib.h \
$(INCL_D)
\b
f_pi.h
$(INCL_D)
\b
f_locl.h
$(INCL_D)
\c
ast_s.h
\
$(INCL_D)
\c
ast_lcl.h
$(INCL_D)
\b
n_lcl.h
$(INCL_D)
\b
n_prime.h
\
$(INCL_D)
\o
bj_dat.h
$(INCL_D)
\c
onf_lcl.h
$(INCL_D)
\s
sl_locl.h
\
$(INCL_D)
\
r
saref.h
$(INCL_D)
\a
pps.h
$(INCL_D)
\p
rog
s.h
\
$(INCL_D)
\
s
_apps.h
$(INCL_D)
\
t
estdsa.h
$(INCL_D)
\t
estrsa.h
$(INCL_D)
\
a
pps.h
$(INCL_D)
\p
rogs.h
$(INCL_D)
\s
_app
s.h
\
$(INCL_D)
\t
estdsa.h
$(INCL_D)
\t
estrsa.h
EXHEADER
=
$(INC_D)
\e
_os.h
\
$(INC_D)
\c
rypto.h
$(INC_D)
\c
ryptall.h
$(INC_D)
\t
mdiff.h
\
...
...
@@ -136,7 +136,7 @@ EXHEADER=$(INC_D)\e_os.h \
$(INC_D)
\x
509_vfy.h
$(INC_D)
\c
onf.h
$(INC_D)
\t
xt_db.h
\
$(INC_D)
\p
kcs7.h
$(INC_D)
\c
omp.h
$(INC_D)
\s
sl.h
\
$(INC_D)
\s
sl2.h
$(INC_D)
\s
sl3.h
$(INC_D)
\s
sl23.h
\
$(INC_D)
\t
ls1.h
$(INC_D)
\t
ls1.h
$(INC_D)
\r
saref.h
T_OBJ
=
$(OBJ_D)
\m
d2test.obj
\
$(OBJ_D)
\m
d5test.obj
$(OBJ_D)
\s
hatest.obj
$(OBJ_D)
\s
ha1test.obj
\
...
...
@@ -407,9 +407,6 @@ $(INCL_D)\conf_lcl.h: $(SRC_D)\crypto\conf\conf_lcl.h
$(INCL_D)\ssl_locl.h
:
$(SRC_D)
\s
sl
\s
sl_locl.h
$(CP)
$(SRC_D)
\s
sl
\s
sl_locl.h
$(INCL_D)
\s
sl_locl.h
$(INCL_D)\rsaref.h
:
$(SRC_D)
\r
saref
\r
saref.h
$(CP)
$(SRC_D)
\r
saref
\r
saref.h
$(INCL_D)
\r
saref.h
$(INCL_D)\apps.h
:
$(SRC_D)
\a
pps
\a
pps.h
$(CP)
$(SRC_D)
\a
pps
\a
pps.h
$(INCL_D)
\a
pps.h
...
...
@@ -557,6 +554,9 @@ $(INC_D)\ssl23.h: $(SRC_D)\ssl\ssl23.h
$(INC_D)\tls1.h
:
$(SRC_D)
\s
sl
\t
ls1.h
$(CP)
$(SRC_D)
\s
sl
\t
ls1.h
$(INC_D)
\t
ls1.h
$(INC_D)\rsaref.h
:
$(SRC_D)
\r
saref
\r
saref.h
$(CP)
$(SRC_D)
\r
saref
\r
saref.h
$(INC_D)
\r
saref.h
$(OBJ_D)\md2test.obj
:
$(SRC_D)
\c
rypto
\m
d2
\m
d2test.c
$(CC)
/Fo
$(OBJ_D)
\m
d2test.obj
$(APP_CFLAGS)
-c
$(SRC_D)
\c
rypto
\m
d2
\m
d2test.c
...
...
ms/w31dll.mak
浏览文件 @
305f402e
...
...
@@ -118,8 +118,8 @@ HEADER=$(INCL_D)\cryptlib.h \
$(INCL_D)
\b
f_pi.h
$(INCL_D)
\b
f_locl.h
$(INCL_D)
\c
ast_s.h
\
$(INCL_D)
\c
ast_lcl.h
$(INCL_D)
\b
n_lcl.h
$(INCL_D)
\b
n_prime.h
\
$(INCL_D)
\o
bj_dat.h
$(INCL_D)
\c
onf_lcl.h
$(INCL_D)
\s
sl_locl.h
\
$(INCL_D)
\
r
saref.h
$(INCL_D)
\a
pps.h
$(INCL_D)
\p
rog
s.h
\
$(INCL_D)
\
s
_apps.h
$(INCL_D)
\
t
estdsa.h
$(INCL_D)
\t
estrsa.h
$(INCL_D)
\
a
pps.h
$(INCL_D)
\p
rogs.h
$(INCL_D)
\s
_app
s.h
\
$(INCL_D)
\t
estdsa.h
$(INCL_D)
\t
estrsa.h
EXHEADER
=
$(INC_D)
\e
_os.h
\
$(INC_D)
\c
rypto.h
$(INC_D)
\c
ryptall.h
$(INC_D)
\t
mdiff.h
\
...
...
@@ -136,7 +136,7 @@ EXHEADER=$(INC_D)\e_os.h \
$(INC_D)
\x
509_vfy.h
$(INC_D)
\c
onf.h
$(INC_D)
\t
xt_db.h
\
$(INC_D)
\p
kcs7.h
$(INC_D)
\c
omp.h
$(INC_D)
\s
sl.h
\
$(INC_D)
\s
sl2.h
$(INC_D)
\s
sl3.h
$(INC_D)
\s
sl23.h
\
$(INC_D)
\t
ls1.h
$(INC_D)
\t
ls1.h
$(INC_D)
\r
saref.h
T_OBJ
=
$(OBJ_D)
\m
d2test.obj
\
$(OBJ_D)
\m
d5test.obj
$(OBJ_D)
\s
hatest.obj
$(OBJ_D)
\s
ha1test.obj
\
...
...
@@ -411,9 +411,6 @@ $(INCL_D)\conf_lcl.h: $(SRC_D)\crypto\conf\conf_lcl.h
$(INCL_D)\ssl_locl.h
:
$(SRC_D)
\s
sl
\s
sl_locl.h
$(CP)
$(SRC_D)
\s
sl
\s
sl_locl.h
$(INCL_D)
\s
sl_locl.h
$(INCL_D)\rsaref.h
:
$(SRC_D)
\r
saref
\r
saref.h
$(CP)
$(SRC_D)
\r
saref
\r
saref.h
$(INCL_D)
\r
saref.h
$(INCL_D)\apps.h
:
$(SRC_D)
\a
pps
\a
pps.h
$(CP)
$(SRC_D)
\a
pps
\a
pps.h
$(INCL_D)
\a
pps.h
...
...
@@ -561,6 +558,9 @@ $(INC_D)\ssl23.h: $(SRC_D)\ssl\ssl23.h
$(INC_D)\tls1.h
:
$(SRC_D)
\s
sl
\t
ls1.h
$(CP)
$(SRC_D)
\s
sl
\t
ls1.h
$(INC_D)
\t
ls1.h
$(INC_D)\rsaref.h
:
$(SRC_D)
\r
saref
\r
saref.h
$(CP)
$(SRC_D)
\r
saref
\r
saref.h
$(INC_D)
\r
saref.h
$(OBJ_D)\md2test.obj
:
$(SRC_D)
\c
rypto
\m
d2
\m
d2test.c
$(CC)
/Fo
$(OBJ_D)
\m
d2test.obj
$(APP_CFLAGS)
-c
$(SRC_D)
\c
rypto
\m
d2
\m
d2test.c
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录