problem with reading PEM file

2001-07-26 Thread ganesh kumar godavari
hai everyone, i am new to ssl, i have spent some amount of time trying to read openssl, documentaion(though not yet complete). i am writing a simple program to read information from a PEM file. i am getting the error ** too few arguments to function `PEM_read_X509' *** i looked into the do

Re: problem with reading PEM file

2001-07-26 Thread Frank Geck
Use the doc's online as the 0.9.6b version has 4 args not 3 ganesh kumar godavari wrote: > hai everyone, > i am new to ssl, i have spent some amount of time trying to read openssl, >documentaion(though not yet complete). i am writing a simple program to read >information from a PEM file. > > i