manifest.mn

来自「支持SSL v2/v3, TLS, PKCS #5, PKCS #7, PKCS」· MN 代码 · 共 75 行

MN
75
字号
# #           CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF#              NETSCAPE COMMUNICATIONS CORPORATION# Copyright (C) 1996 Netscape Communications Corporation.  All Rights# Reserved.  Use of this Source Code is subject to the terms of the# applicable license agreement from Netscape Communications Corporation.# The copyright notice(s) in this Source Code does not indicate actual or# intended publication of this Source Code.#CORE_DEPTH = ../..DEFINES += -DNSM_PROTOCOL_STRICT -DNSPR20 -I../lib/protocol MODULE = securityEXPORTS = \	ssmerrs.h \	$(NULL)CSRCS = \	collectn.c   \        slist.c     \	hashtbl.c   \	resource.c   \	connect.c    \	ctrlconn.c   \	frontend.c   \	dataconn.c   \	sslconn.c   \	sslskst.c   \	p7dconn.c   \	p7econn.c   \	p7cinfo.c   \	hashconn.c   \	servutil.c   \	certres.c \	processmsg.c \	keyres.c   \	crmfres.c \	p12res.c \	kgenctxt.c \	minihttp.c \	nlsutil.c \        textgen.c \	certlist.c \        advisor.c \	ssldlgs.c	\        password.c   \        oldfunc.c   \        multitoken.c \        pkcs11ui.c \	signtextres.c \	profile.c \	prefs.c \	certsearch.c \	main.c     \	autorenewal.c \	derprint.c \	msgthread.c \	sdrres.c \	$(NULL) RESNAME = psm.rcRES = $(PLATFORM)/psm.resREQUIRES = dbm security protocol#IMPORTS = svrcore/SVRCORE_2_5_1PROGRAM = psmRELEASE = security/nsm/server

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?