Hi,
These are link errors. You certainly forgot to add "-lcrypto" to the gcc
link command line (gcc -o pubkey2ssh pubkey2ssh.c -lcrypto) .
Cheers,
--
Mounir IDRASSI
IDRIX
http://www.idrix.fr
Dhiva wrote:
Thanks for the sample code.
I am getting the following errors.
"_BIO_f_base64", referenced from:
_main in ccxPEkYV.o
"_ERR_get_error", referenced from:
_main in ccxPEkYV.o
_main in ccxPEkYV.o
"_ERR_free_strings", referenced from:
...
in total 23 errors
I tried with gcc as well as with xcode. Same result.
Looks like some headers files may be missing.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager majord...@openssl.org
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager majord...@openssl.org