Added the files and changes needed to create a dll out of libcrypto
authorKeith Vetter <keithv@fusion.com>
Fri, 3 Mar 1995 02:20:21 +0000 (02:20 +0000)
committerKeith Vetter <keithv@fusion.com>
Fri, 3 Mar 1995 02:20:21 +0000 (02:20 +0000)
commit02a6367ca07d1d098a67121716cf02dfa0d7a0e2
treef1d3fffae86d5d463a64f058aa8d8c4c74bc2722
parente61bc5292e6690d3e2e188016274758264351286
Added the files and changes needed to create a dll out of libcrypto

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5068 dc483132-0cff-0310-8789-dd5450dbe970
20 files changed:
src/lib/crypto/ChangeLog
src/lib/crypto/Makefile.in
src/lib/crypto/crc32/ChangeLog
src/lib/crypto/crc32/Makefile.in
src/lib/crypto/crc32/crc.c
src/lib/crypto/crc32/crctest.c
src/lib/crypto/des/ChangeLog
src/lib/crypto/des/Makefile.in
src/lib/crypto/des/f_cbc.c
src/lib/crypto/des/f_tables.h
src/lib/crypto/des/string2key.c
src/lib/crypto/libcrypt.def [new file with mode: 0644]
src/lib/crypto/md4/ChangeLog
src/lib/crypto/md4/Makefile.in
src/lib/crypto/md5/ChangeLog
src/lib/crypto/md5/Makefile.in
src/lib/crypto/os/ChangeLog
src/lib/crypto/os/Makefile.in
src/lib/crypto/os/rnd_confoun.c
src/lib/crypto/win_glue.c [new file with mode: 0644]