* Add descriptions for:
[dragonfly/vkernel-mp.git] / crypto / openssl-0.9 / README.DRAGONFLY
blobe143b825b1916b86dbfbbc6da37dd5e217268ac8
1 Original source can be downloaded from OpenSSL at
2 <http://www.openssl.org/source/openssl-0.9.8e.tar.gz>.
4 MD5 (openssl-0.9.8e.tar.gz) = 3a7ff24f6ea5cd711984722ad654b927
6 Here's some hints to upgrading:
7 ./Configure shared no-asm --prefix=/usr --openssldir=/etc/ssl BSD-x86-elf
8 cp crypto/opensslconf.h ../../secure/lib/libcrypto/opensslconf-i386.h
9 ./Configure shared no-asm --prefix=/usr --openssldir=/etc/ssl BSD-x86_64
10 cp crypto/opensslconf.h ../../secure/lib/libcrypto/opensslconf-amd64.h
11 cd ../../secure/lib/libcrypto
12 # Update the version in Makefile.inc
13 # Add DragonFly keywords to opensslconf-*.h
14 make man-makefile-update && make man-update
15 cd ../libssl
16 make man-makefile-update && make man-update
17 cd ../../usr.bin/openssl
18 make man-makefile-update && make man-update
19 cd ../..
20 cvs add lib/libcrypto/man/*.3 lib/libssl/man/*.3 usr.bin/openssl/man/*.1
21 cd ../crypto/openssl-0.9
22 xargs rm -rf < README.DELETED
23 # make sure things work then import and commit