Displaying 1 result from an estimated 1 matches for "drsaref".
Did you mean:
rsaref
2000 Mar 07
2
rsaref usage
...o -- exiting. See ssl(8)
no RSA support in libssl and libcrypto -- exiting. See ssl(8)
So I thought I have to recompile openssl with rsaref flag to config.
When I did that, I got compilation error (this is version 0.9.5 of
openssl):
gcc -o openssl -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DRSAref
-mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
-DULTRASPARC -DMD5_ASM openssl.o verify.o asn1pars.o req.o dgst.o dh.o
dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o
rsa.o dsa.o dsaparam.o x509.o genrsa.o gendsa.o s_server.o s_client.o
speed.o s_time....