Implemented a substantial part of rsaenh.dll.
commit64dce8a579f2894d39087dc51e329dd7407b2190
authorMichael Jung <mjung@iss.tu-darmstadt.de>
Thu, 4 Nov 2004 21:15:32 +0000 (4 21:15 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 4 Nov 2004 21:15:32 +0000 (4 21:15 +0000)
tree1c0f16a593665ad7ce9d0dbcf23be687fe9182c7
parent8ce698e2a404ce17ab317d0e511bb3d142cfd7df
Implemented a substantial part of rsaenh.dll.
16 files changed:
configure
configure.ac
dlls/Makefile.in
dlls/rsaenh/.cvsignore [new file with mode: 0644]
dlls/rsaenh/Makefile.in [new file with mode: 0644]
dlls/rsaenh/handle.c [new file with mode: 0644]
dlls/rsaenh/handle.h [new file with mode: 0644]
dlls/rsaenh/implossl.c [new file with mode: 0644]
dlls/rsaenh/implossl.h [new file with mode: 0644]
dlls/rsaenh/rsaenh.c [new file with mode: 0644]
dlls/rsaenh/rsaenh.spec [new file with mode: 0644]
dlls/rsaenh/tests/.cvsignore [new file with mode: 0644]
dlls/rsaenh/tests/Makefile.in [new file with mode: 0644]
dlls/rsaenh/tests/rsaenh.c [new file with mode: 0644]
include/config.h.in
tools/wine.inf