opie:
	Build with:

ssh:   (modified 990112, seph)
	configure and build with:
	(this creates a builddir in /var/tmp/$USER,you might want to fiddle it)

	/mit/crypto/src/scripts/ssh.builder.sh

openssh:  (2001-05-04, seph)
	  http://www.openssh.org
          requires zlib. which will be in athena 9.0 but nowhere
          I'd want to rely on. waiting for athena probably makes the
          most sense.


gpg:
	source at http://www.gnupg.org/
	RNG/PRNG routines: http://www.homeport.org/~adam/crypto/index.html
	consider adding no-secmem-warning to the system options
	add load-extension rndunix to the system options
	use /mit/crypto/src/scripts/gpg-1.0.0.builder.sh


openssl:
	source at www.openssl.org
	this probably can't handle a seperate builddir
	./config --prefix=/mit/crypto/arch/$ATHENA_SYS  \
		--openssldir=/mit/crypto/share/openssl
	for sgis: (damn they suck)
	./Configure irix-mips3-cc --prefix=/mit/crypto/arch/$ATHENA_SYS  \
		--openssldir=/mit/crypto/share/openssl

	possible improvments: use gcc, use -O9
	built for: sun4x_56    (on xcb, using cc)
		   sgi_65      (on s-s, using cc)
		   i386_nbsd1  (on lola-granola)
		   i386_linux3 (on keesh)
		   i386_linux2 (on cutter-john)

sslwrap:
	source at http://www.rickk.com/sslwrap/
	(not yet built)	
