Re: Unsigned long long to conter64

2011-03-11 Thread Dave Shield
On 11 March 2011 05:16, sujata patra sujata_patra2...@yahoo.com wrote: I have an unsigned long long data , which need to be assigned to counter64. I can assign that using high part and low part. That's the correct approach, yes. The problem is size, as well as endian ness. While conversion

Unsigned long long to conter64

2011-03-10 Thread sujata patra
As per asn1.h struct counter64 { u_long high;