Hi all, I am working on a port of OpenSSL 1.0.0c to eCos. As I work though the processes I am trying to determine what source files in the repository are used and which have been left as historical references/artifacts. For example, crypto/evp/openbsd_hw.c doesn't appear to be used anymore and it's content is #if 0'd out. Cases like that are easy. However, some are a bit more difficult. Is there list of files that are no longer used/built, but are still lying around in the repository for whatever reason?
A list is probably wishful thinking on my part, but hey, you never know. I was just hoping that I could prevent having to keep coming back to the list to ask if a particular source file is used or not. If it comes to that, I will put post a list of files I suspect are not used to get confirmation. Mind you, I will have heavily grep'd the tree and read the source before adding it to the list. If anyone knows wants to throw out the names of any dead files, feel free. Perhaps someone can confirm if the following are no longer built: crypto/evp/e_dsa.c crypto/pkcs7/bio_ber.c Thank you for your input. -- Mike ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org