Hi,
OPENSSL
---
demo/x509
I noticed that Makefile is not there for X509
in demo folder.
So tried to build in X509 by creating new
makefile and was able to get .o and exe for two C files present in X509
directory.
I have question about X509 usage. How to
test this command
.
"How to create exe for X509?" - There is no need to 'create'.
Once you successfully build, it will be created.
-Original Message-
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Namrata Patil
Sent: Wednesday, March 22, 2006
5:55 PM
To: opens
your build was successful, you will have the
openssl executable(s) present already. You can use the command line for
testing:
openssl ca
openssl crl
openssl pkcs12 etc
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]On
Behalf Of Nam
...
--- Namrata Patil <[EMAIL PROTECTED]> wrote:
> I am getting the error below now while recompiling
> for x509 .c files.
>
>
>
> mkreq.c:39: undefined reference to `ENGINE_cleanup'
>
> mkreq.c:41: undefined reference to
> `CRYPTO_cleanup_all_ex_data