Ugly hack to make sure static libraries are usable. Without this,
authorRichard Levitte <levitte@openssl.org>
Thu, 21 Sep 2000 15:16:20 +0000 (15:16 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 21 Sep 2000 15:16:20 +0000 (15:16 +0000)
commitd17698648803c53733700c09173b329982bd58a4
treed5388e50b6d0caa50a367183b93f776b6034d7df
parentc759ddd6769f00bc1625acb9f63e190d17775108
Ugly hack to make sure static libraries are usable.  Without this,
anything that just links with libeay32.lib or libssl32.lib will get an
error saying the __imp__RegQueryValueEx is unresolved.

The right thing would really be to fix crypto/rand/rand_win.c to load
ADVAPI32.DLL dynamically, but that won't be done just before a
release.
util/pl/VC-32.pl