Hi,

I am trying to install OpenCa-0.9.1 on my RedHat 7.1 system, configured as a
CA.  All was going well, but on running "make install-ca" I get the
following error:

  .../OpenCA-0.9.1/src/openca-sv/src/verify.c:322 Undefined reference to
'X509_STORE_set_flags'

Looking in the code for verify.c, I note that it contains"
#include <openssl/x509.h>
#include <openssl/x509v3.h>

but does not appear to include the module <openssl/x509_vfy.h>, that I
believe contains the routine 'X509_STORE_set_flags'

Is this an oversight?  Will adding the missing include statement correct the
problem?

Thanks in advance,

James



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to