Dave Clark wrote:
>
> WinNT 4.0, OpenSSL 0.9.2b
>
> I'm getting an access violation at 0xC005 when I attempt
> to call d2i_X509_fp to read the contents of a DER-encoded cert
> into an X509 struct.
>
> I've traced it down to the C RTL fread() call in function
> file_read() in bss_file.c. Al
Please, give us some more information (like code)!
--Patrik
Dave Clark wrote:
> WinNT 4.0, OpenSSL 0.9.2b
>
> I'm getting an access violation at 0xC005 when I attempt
> to call d2i_X509_fp to read the contents of a DER-encoded cert
> into an X509 struct.
>
> I've traced it down to the C RT