Can I use the files present after a git clone?
I'm trying to understand a make problem, and I'm not sure what is going on. I'm not sure if I'm experiencing a problem with make or a problem git. If I perform: $ git clone git://git.openssl.org/openssl.git openssl-git Then I get what appears to be OpenSSL's source files: $ cd openssl-git $ ls ACKNOWLEDGMENTS INSTALL.VMS README demos os2 CHANGES INSTALL.W32 README.ASN1 doc perl CHANGES.SSLeay INSTALL.W64 README.ECC e_os.h shlib Configure INSTALL.WCE README.ENGINE e_os2.h ssl ... Those files look exactly like I get when I download an OpenSSL tarball and unpack it. Are those files not usable? Am