- 18 5月, 2005 2 次提交
-
-
由 Andy Polyakov 提交于
compiled into *our* aplpications. That's because mingw is always consistent with itself. Having library-side code linked into .dll makes it possible to deploy the .dll with user-code compiled with another compiler [which is pretty much the whole point behind Applink].
-
由 Andy Polyakov 提交于
-
- 17 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 17 4月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 22 7月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 28 11月, 2003 2 次提交
-
-
由 Richard Levitte 提交于
PR: 732 Submitted by: Ilya Zakharevich <nospam-abuse@ilyaz.org> Submitter's comment: This patch: a) Introduces a new file os2/backwardify.pl. b) Introduces a new mk1mf.pl variable $preamble. As you can see, it may be used also to move some OS-specific code to VC-CE too (the the first chunk of the patch); c) The DESCRIPTION specifier of the .def file is made more informative: now it contains the version number too. On OS/2 it is made conformant to OS/2 conventions; in particular, when one runs the standard command BLDLEVEL this.DLL one can see: Vendor: www.openssl.org/ Revision: 0.9.7c Description: OpenSSL: implementation of Secure Socket Layer; DLL for library crypto. Build for EMX -Zmtd [I did not make Win32 descriptions as informative as this - I'm afraid to break something. Be welcome to fix this.] d) On OS/2 the generated DLL was hardly usable (it had a shared initialized data segment). e) On OS/2 the generated DLLs had names like ssl.dll. However, DLL names on OS/2 are "global data". It is hard to have several DLLs with the same name on the system. Thus this precluded coexistence of OpenSSL with DLLs for other SLL implementations - or other name clashes. I transparently changed the names of the DLLs to open_ssl.dll and cryptssl.dll. f) The file added in (a) is used to create "forwarder" DLLs, so the applications expecting the "old" DLL names may use the new DLLs transparently. (A presence of these DLLs on the system nullifies (e), but makes old applications work. This is a stopgap measure until the old applications are relinked. Systems with no old applications do not need these DLLs, so may enjoy all the benefits of (e).) The new DLLs are placed in os2/ and os2/noname subdirectories. g) The makefiles created with os2/OS2-EMX.cmd did not work (some mysterious meaningless failures). The change to util/pl/OS2-EMX.pl uses the variable introduced in (b) to switch the Makefiles to SHELL=sh syntax. All these backslashes are removed, and the generated Makefiles started to work. h) Running os2/OS2-EMX.cmd now prints out what to do next.
-
由 Richard Levitte 提交于
PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
-
- 26 6月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
Notified by Michael Gerdau <mgd@technosis.de>
-
- 21 3月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
parse. Make sure to read in the whole comment, so it can be entirely removed.
-
- 22 2月, 2003 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
conventions.
-
- 05 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 380
-
- 03 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 18 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
Clarify what the CE tests do.
-
- 16 11月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 04 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 05 10月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add version info to Win32 DLLs. We might want to edit the strings a bit... Maybe add to 0.9.7 too?
-
- 17 7月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 124
-
- 28 6月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
This completes PR 123
-
- 27 6月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
This is due to weird Borland compilers. Part of PR 123
-
- 19 5月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix Mingw32 asm build: use the Unix bignum assembly method of bn-586.pl and co-586.pl which (for some reason) VC++ doesn't use.
-
- 11 5月, 2002 1 次提交
-
-
由 Ulf Möller 提交于
-
- 02 7月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
-
- 20 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
-
- 31 12月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 16 12月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
compiler switch.
-
- 24 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 21 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
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.
-
- 22 7月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 27 4月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Reviewed by: PR:
-
- 29 3月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
Don't force the use of GNU make with Borland C++ Builder. Contributed by Joon Radley <jradley@vps.co.za>
-
- 29 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 21 1月, 2000 3 次提交
-
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 26 10月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Janez Jere <jj@void.si>
-
- 12 8月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Erik Johannisson <erik@johannisson.se>
-
- 30 7月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 29 7月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-