Your message dated Tue, 14 Feb 2017 21:03:57 +0100 with message-id <[email protected]> and subject line Re: Bug#855107: Missing env_md_ctx_st structure in libssl-dev 1.1.0d-2 has caused the Debian Bug report #855107, regarding Missing env_md_ctx_st structure in libssl-dev 1.1.0d-2 to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 855107: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855107 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: libssl-dev Version: 1.1.0d-2 When trying to compile old code to calculate the md5sum of a file, it fails with "error: aggregate ‘EVP_MD_CTX ctx’ has incomplete type and cannot be defined". The structure 'env_md_ctx_st' seems to be missing in the last few releases of libssl-dev. Last working release that I used was 1.0.1t-1+deb8u5 I am using Debian Stretch, kernel 4.9.0-1-amd64
--- End Message ---
--- Begin Message ---On 2017-02-14 11:20:34 [+0200], Jeff wrote: > When trying to compile old code to calculate the md5sum of a file, it fails > with "error: aggregate ‘EVP_MD_CTX ctx’ has incomplete type and cannot be > defined". The structure 'env_md_ctx_st' seems to be missing in the last few > releases of libssl-dev. Last working release that I used was 1.0.1t-1+deb8u5 You switched from 1.0.1 to 1.1.0 and those structs are opaque https://wiki.openssl.org/index.php/1.1_API_Changes There is libssl1.0-dev which points to 1.0.2 which should work without adopting to the new API but I *strongly* suggest to adopt. Closing because not a bug. Sebastian
--- End Message ---

