This a openssl-users group question but... ¿Are you linking with OpenSSL
libraries?
("-L/usr/local/ssl/lib -lcrypto" line in your makefile,  or libeay32.lib in
your VC++ project libraries tab)

----- Original Message -----
From: "Aintzane Armentia Diaz de Tuesta" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 30, 2003 9:49 AM
Subject: X509_new


>
> Hi,
>
> We  are  new  developing  applications  with  the openssl libraries. We
are
> trying  to  develop  a  very simple application, we want to create an
empty
> certificate. The source code of our application is as follows:
>
> #include <openssl/x509.h>
> #include <openssl/pem.h>
> #include <openssl/err.h>
> #include <stdio.h>
>
> void main void ()
> {
>       X509* x;
>
>       .
>       .
>       .
>       x = X509_new();
>       .
>       .
>       .
> }
>
> When we build it, we obtain an error: unresolved external symbol
_X509_new.
> We  have  added  the  path  where  X509.h  file  is.  We  don't know
what's
> happening. Could anyone help us please? Thanks in advance,
>
> Aintzane
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]
  • X509_new Aintzane Armentia Diaz de Tuesta
    • Pablo J Royo

Reply via email to