Hello!

]----- Original Message ----- 
From: gang cao <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 19, 1999 4:13 AM
Subject: about "unsigned char **pp"


> in crypto/asn1 , many "unsigned char **pp",

Pointer to array of pointers to unsigned char

> like in crypto/asn1/asn1_lib.c ,define
> void ASN1_put_object(unsigned char **pp, int constructed,
> int length, int tag,int xclass)
> 
> why not just "unsigned char *pp" ?

Pointer to array of unsigned char.

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

----------------------------------------
Regards
Yuriy Stul
<mailto:[EMAIL PROTECTED]> <http://www.tashilon.com>


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

Reply via email to