readme

来自「开源的ssl算法openssl,版本0.9.8H」· 代码 · 共 23 行

TXT
23
字号
librsaref.so is a demonstration dynamic engine that does RSAoperations using the old RSAref 2.0 implementation.To make proper use of this engine, you must download RSAref 2.0(search the web for rsaref.tar.Z for example) and unpack it in thisdirectory, so you'll end up having the subdirectories "install" and"source" among others.To build, do the following:	makeThis will list a number of available targets to choose from.  Most ofthem are architecture-specific.  The exception is "gnu" which is to beused on systems where GNU ld and gcc have been installed in such a waythat gcc uses GNU ld to link together programs and shared libraries.The make file assumes you use gcc.  To change that, just reassign CC:	make CC=ccThe result is librsaref.so, which you can copy to any place you wish.

⌨️ 快捷键说明

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