diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2008-08-23 10:51:00 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2008-08-23 10:51:00 +0000 |
commit | c4a78426bef17a0a7c81195c2b2399e7441f14ad (patch) | |
tree | 596c39f00d5968b1519e8cd7f0546412b14c20f0 /doc/README | |
parent | a0ddfe4e7233d81e88a86217b7653708db2720fa (diff) | |
download | src-c4a78426bef17a0a7c81195c2b2399e7441f14ad.tar.gz src-c4a78426bef17a0a7c81195c2b2399e7441f14ad.zip |
Flatten OpenSSL vendor tree.
Notes
Notes:
svn path=/vendor-crypto/openssl/dist/; revision=182044
Diffstat (limited to 'doc/README')
-rw-r--r-- | doc/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/README b/doc/README new file mode 100644 index 000000000000..6ecc14d99457 --- /dev/null +++ b/doc/README @@ -0,0 +1,12 @@ + + apps/openssl.pod .... Documentation of OpenSSL `openssl' command + crypto/crypto.pod ... Documentation of OpenSSL crypto.h+libcrypto.a + ssl/ssl.pod ......... Documentation of OpenSSL ssl.h+libssl.a + openssl.txt ......... Assembled documentation files for OpenSSL [not final] + ssleay.txt .......... Assembled documentation of ancestor SSLeay [obsolete] + standards.txt ....... Assembled pointers to standards, RFCs or internet drafts + that are related to OpenSSL. + + An archive of HTML documents for the SSLeay library is available from + http://www.columbia.edu/~ariel/ssleay/ + |