at was working on 7.1 is now failing on
Hylton.Tregenza> pAsn1 = d2i_ASN1_BIT_STRING(NULL, &pVar,len);
I assume you suddenly get NULL back, right? In that case, did you
check what errors you got?
--
Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-
Hi
I am porting ocde from redhat 7.1 to redhat 8.
Exixiting code that was working on 7.1 is now failing on
pAsn1 = d2i_ASN1_BIT_STRING(NULL, &pVar,len);
Is there anything that I need to be aware of when changing between version of gcc etc
Hy