joshshamir
Technical User
- Aug 1, 2008
- 3
Hi,
could someone give me a code snippet of a function that takes a GByteArray (glib.h) as input and returns a char* buffer as output
char* convert(GByteArray* b, int* offset);
I need to pass the buffer obtained above to the
int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *d, size_t cnt);
function
Thank you
could someone give me a code snippet of a function that takes a GByteArray (glib.h) as input and returns a char* buffer as output
char* convert(GByteArray* b, int* offset);
I need to pass the buffer obtained above to the
int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *d, size_t cnt);
function
Thank you