Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 10/02/2000 01:13:18
Module Name:	basesrc
Committed By:	itojun
Date:		Sun Oct  1 22:13:18 UTC 2000

Modified Files:
	basesrc/crypto/dist/openssl: e_os.h
	basesrc/crypto/dist/openssl/crypto/bf: blowfish.h
	basesrc/crypto/dist/openssl/crypto/bio: bio.h
	basesrc/crypto/dist/openssl/crypto/cast: cast.h
	basesrc/crypto/dist/openssl/crypto/des: des.h
	basesrc/crypto/dist/openssl/crypto/dh: dh.h
	basesrc/crypto/dist/openssl/crypto/dsa: dsa.h
	basesrc/crypto/dist/openssl/crypto/err: err.h
	basesrc/crypto/dist/openssl/crypto/evp: evp.h
	basesrc/crypto/dist/openssl/crypto/hmac: hmac.h
	basesrc/crypto/dist/openssl/crypto/idea: idea.h
	basesrc/crypto/dist/openssl/crypto/lhash: lhash.h
	basesrc/crypto/dist/openssl/crypto/md2: md2.h
	basesrc/crypto/dist/openssl/crypto/md5: md5.h
	basesrc/crypto/dist/openssl/crypto/mdc2: mdc2.h
	basesrc/crypto/dist/openssl/crypto/pem: pem.h
	basesrc/crypto/dist/openssl/crypto/rc2: rc2.h
	basesrc/crypto/dist/openssl/crypto/rc4: rc4.h
	basesrc/crypto/dist/openssl/crypto/rc5: rc5.h
	basesrc/crypto/dist/openssl/crypto/ripemd: ripemd.h
	basesrc/crypto/dist/openssl/crypto/rsa: rsa.h
	basesrc/crypto/dist/openssl/crypto/sha: sha.h
	basesrc/crypto/dist/openssl/crypto/x509: x509.h x509_vfy.h
	basesrc/crypto/dist/openssl/ssl: ssl.h ssl3.h ssl_locl.h

Log Message:
nuke all NO_<algorithm name> in header file.  they change ABI due to
#ifdef in struct/union definitions, and are bad for us shipping library binary.


To generate a diff of this commit:
cvs rdiff -r1.1.1.2 -r1.2 basesrc/crypto/dist/openssl/e_os.h
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/openssl/crypto/bf/blowfish.h
cvs rdiff -r1.1.1.2 -r1.2 basesrc/crypto/dist/openssl/crypto/bio/bio.h
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/openssl/crypto/cast/cast.h
cvs rdiff -r1.6 -r1.7 basesrc/crypto/dist/openssl/crypto/des/des.h
cvs rdiff -r1.1.1.2 -r1.2 basesrc/crypto/dist/openssl/crypto/dh/dh.h
cvs rdiff -r1.1.1.2 -r1.2 basesrc/crypto/dist/openssl/crypto/dsa/dsa.h
cvs rdiff -r1.1.1.2 -r1.2 basesrc/crypto/dist/openssl/crypto/err/err.h
cvs rdiff -r1.1.1.2 -r1.2 basesrc/crypto/dist/openssl/crypto/evp/evp.h
cvs rdiff -r1.1.1.2 -r1.2 basesrc/crypto/dist/openssl/crypto/hmac/hmac.h
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/openssl/crypto/idea/idea.h
cvs rdiff -r1.1.1.2 -r1.2 basesrc/crypto/dist/openssl/crypto/lhash/lhash.h
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/openssl/crypto/md2/md2.h
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/openssl/crypto/md5/md5.h
cvs rdiff -r1.1.1.2 -r1.2 basesrc/crypto/dist/openssl/crypto/mdc2/mdc2.h
cvs rdiff -r1.1.1.2 -r1.2 basesrc/crypto/dist/openssl/crypto/pem/pem.h
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/openssl/crypto/rc2/rc2.h
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/openssl/crypto/rc4/rc4.h
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/openssl/crypto/rc5/rc5.h
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/openssl/crypto/ripemd/ripemd.h
cvs rdiff -r1.1.1.2 -r1.2 basesrc/crypto/dist/openssl/crypto/rsa/rsa.h
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/openssl/crypto/sha/sha.h
cvs rdiff -r1.1.1.2 -r1.2 basesrc/crypto/dist/openssl/crypto/x509/x509.h \
    basesrc/crypto/dist/openssl/crypto/x509/x509_vfy.h
cvs rdiff -r1.1.1.2 -r1.2 basesrc/crypto/dist/openssl/ssl/ssl.h \
    basesrc/crypto/dist/openssl/ssl/ssl3.h \
    basesrc/crypto/dist/openssl/ssl/ssl_locl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.