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