Age | Commit message (Collapse) | Author |
|
from andreas schweitzer (pr #4566);
ok dtucker@
|
|
libc manpage of the same name; reported and ok jmc@
|
|
okay markus@
|
|
ok @deraadt @markus
Also bump minor version.
ok @deraadt
|
|
|
|
based on the pod files from openssl. This may need by-hand updating once
in a while, but at least now people can read a real man page instead of
the mess that the openssl team provides us with.
|
|
|
|
|
|
* manpage related things moved to src/libssl/man/Makefile
* there are now 3 obj directories src/libssl/{crypto,ssl,man}/ instead
of one single src/libssl/obj
* instead of running Configure (with generates lots of symlinks, and
opensslconf.h) this patch stores pre-computed opensslconf.h files
in src/libssl/crypto/arch
* requires a make includes before the library can be built
* libssl and libcrypto can be build separately
(e.g. cd src/libssl/ssl && make obj && make)
* make depend is now supported
* no more symlink trees
tested by miod@ and fries@
|