I have downloaded the OpenSSL 0.9.6 24 Sep 2000
version. In
openssl-0.9.6d/openssl-0.9.6d/demos/maurice
when I write make
I get the following errors
cc -g -I../../include -Wall -c -o loadkeys.o loadkeys.c
loadkeys.c: In function `ReadPublicKey':
loadkeys.c:36: too few arguments to function `PEM_ASN1_read'
loadkeys.c: In function `ReadPrivateKey':
loadkeys.c:67: too few arguments to function `PEM_ASN1_read'
make: *** [loadkeys.o] Error 1
when I open loadkeys.c, line 36 is
x509 = (X509 *)PEM_ASN1_read ((char *(*)())d2i_X509,
PEM_STRING_X509,
fp, NULL, NULL);
and line 67 is
pkey = (EVP_PKEY*)PEM_ASN1_read ((char *(*)())d2i_PrivateKey,
PEM_STRING_EVP_PKEY,
fp,
NULL, NULL);
But when I went to openssl.org I could not find whats the syntax of the
PEM_ASN1_read function. Please help what the arguments should be???
Thanks
Shalendra
---------------------------------------------------------------------
Chaa...nd Tarr...e Too...r Laa...yoon!!!!
Sarr...ee Dunn..iya Par Chaa Jayoon! Bus Itnaa Saa Kwaab Hei (in Hindi)
Shalendra Chhabra
Laboratoire Specification et Verification,
Ecole Normale Superieure De Cachan,
Pavillon Des Jardins,
Chambre n 215,
61 Avenue Du President Wilson,
Cachan Cedex
France
ph office
33.01.47.40.28.46
www.angelfire.com/linux/shalu
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]