In message <[EMAIL PROTECTED]> on Tue, 10 Jun 2003 23:20:30 +0200 (CEST), Richard 
Levitte - VMS Whacker <[EMAIL PROTECTED]> said:

levitte> In message <[EMAIL PROTECTED]> on Tue, 10 Jun 2003 11:17:02 -0600, "Verdon 
Walker" <[EMAIL PROTECTED]> said:
levitte> VWalker> BTW, the code won't compile because it does not find the include file
levitte> VWalker> "openssl/store.h" which is referenced by "engine.h"
levitte> 
levitte> Ah, yes, that's my project for tursday, to figure out why store.h
levitte> isn't copied along with all other public header files...

With a hint from Stephen, I found what was missing.  You can actually
correct it yourself (the same way I did) by applying the following
patch:

Index: util/mkfiles.pl
===================================================================
RCS file: /e/openssl/cvs/openssl/util/mkfiles.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- util/mkfiles.pl     15 Aug 2002 14:17:19 -0000      1.14
+++ util/mkfiles.pl     11 Jun 2003 04:46:08 -0000      1.15
@@ -53,6 +53,7 @@
 "crypto/ocsp",
 "crypto/ui",
 "crypto/krb5",
+"crypto/store",
 "ssl",
 "apps",
 "test",

This will be available in tomorrows snapshot.

-- 
Richard Levitte   \ Tunnlandsv�gen 3  \ [EMAIL PROTECTED]
[EMAIL PROTECTED]  \ S-168 36  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to