Arne Ansper wrote:
> 
> >   New functions CONF_load_bio() and CONF_load_fp() to load a configuration
> >   file from a bio or fp. Added some more constification to the BN library.
> 
> i added write, delete and save functions + ability to use BIO's to CONF
> module long time ago and sent a patch to Ben too. too bad you had to do it
> again. should i send this old patch again?
> 
> arne
> 

Hmm I didn't see those. If you've got the write, delete and save
functions working properly then please post the patch. I'll be needing
some of the necessary functionality soon.

By "properly" I mean that the "save" operation doesn't expand and
reformat the data. That is if you have lines like this:

config=$ENV::HOME
other=oneline \
anotherline

It gets saved verbatim, NOT in the expanded form:

config=/home/steve
other=oneline anotherline

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to