diff options
Diffstat (limited to 'src/lib/libssl/README.OPENBSD')
-rw-r--r-- | src/lib/libssl/README.OPENBSD | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/lib/libssl/README.OPENBSD b/src/lib/libssl/README.OPENBSD index 7cc3d0d424..063259deb7 100644 --- a/src/lib/libssl/README.OPENBSD +++ b/src/lib/libssl/README.OPENBSD | |||
@@ -1,18 +1,8 @@ | |||
1 | 1 | ||
2 | This is an SSLeay-0.9.0b (the b means the PKCS#1 bug is fixed) tree. | 2 | This is based on an OpenSSL-0.9.4 |
3 | 3 | ||
4 | It has the following modifcations made to it. | 4 | It has the following modifcations made to it. |
5 | 5 | ||
6 | 0) util/perlpath.pl has been run to change perlpath to /usr/bin | ||
7 | util/ssldir.pl has been run to change the ssl dir to /usr/ssl | ||
8 | Null check added to crypto/err/err.c (mailed to Eric Young) | ||
9 | to avoid problems in error handling. Includes install into | ||
10 | /usr/include/ssl, certs and configs are expected to be in | ||
11 | /etc/ssl. | ||
12 | |||
13 | 1) Changes for openbsd compilation to have been made to | ||
14 | config and Configure (these have been sent to Eric Young) | ||
15 | |||
16 | NOTES: | 6 | NOTES: |
17 | 7 | ||
18 | Many tests will fail miserably, since most of them start | 8 | Many tests will fail miserably, since most of them start |