Continuing this thread (since the interest seems high).....
Here is where my mind is on this man page idea:
nm -s libcrypto.a | grep ' in ' | wc -l YIELDS 949 symbols
nm -s libssl.a | grep ' in ' | wc -l YIELDS 229 symbols
nm -s libRSAglue.a | grep ' in ' | wc -l YIELDS 6 symbols
Total symbols 1174
Since I've not been actively programing ssl apps, it would be
helpful to know the most useful symbols to programmers using
the libs. (because we will never document 1174 routines, nor
should we).
In other words, I'm ready to start reading code and building draft
man pages, if we can work a little as a team to prioritize the
symbols/routines to be documented.
Is this priortization phase useful and a good idea?
Regards!
Tim
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+