новые иконки в OpenBoard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
OpenBoard/thirdparty/openssl/openssl-1.0.0d/demos/engines/rsaref
Claudio Valerio 8faa08e52c Added missing Makefiles 14 years ago
..
Makefile Added missing Makefiles 14 years ago
README Added source code for used libraries 14 years ago
rsaref.c Added source code for used libraries 14 years ago
rsaref.ec Added source code for used libraries 14 years ago
rsaref_err.c Added source code for used libraries 14 years ago
rsaref_err.h Added source code for used libraries 14 years ago

README

librsaref.so is a demonstration dynamic engine that does RSA
operations 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 this
directory, so you'll end up having the subdirectories "install" and
"source" among others.

To build, do the following:

make

This will list a number of available targets to choose from. Most of
them are architecture-specific. The exception is "gnu" which is to be
used on systems where GNU ld and gcc have been installed in such a way
that 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=cc

The result is librsaref.so, which you can copy to any place you wish.