Merge branch 'vendor/ELFTOOLCHAIN'
[dragonfly.git] / crypto / openssl / README.DRAGONFLY
1 Original source can be downloaded from OpenSSL at
2 <http://www.openssl.org/source/>.
3
4 Here's some hints to upgrading:
5 ./Configure shared no-idea --prefix=/usr --openssldir=/etc/ssl BSD-x86_64
6 cp crypto/opensslconf.h ../../secure/lib/libcrypto/opensslconf-x86_64.h
7 cd ../../secure/lib/libcrypto
8 # Update the version and date in Makefile.inc
9 make man-makefile-update && make man-update
10 cd ../libssl
11 make man-makefile-update && make man-update
12 cd ../../usr.bin/openssl
13 make man-makefile-update && make man-update
14 cd ../..
15 cvs add lib/libcrypto/man/*.3 lib/libssl/man/*.3 usr.bin/openssl/man/*.1
16 cd ../crypto/openssl-0.9
17 xargs rm -rf < README.DELETED