mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 21:44:51 +00:00
MODSOFIA-92 Add openssl build support to windows - no external build support needed (step 1 - not hooked up yet) vs2008 pro+ only
This commit is contained in:
parent
6cdd3e2a2e
commit
b0de3585ea
@ -1106,6 +1106,26 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_hash", "src\mod\applica
|
||||
{CF405366-9558-4AE8-90EF-5E21B51CCB4E} = {CF405366-9558-4AE8-90EF-5E21B51CCB4E}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Download OPENSSL", "libs\win32\Download OPENSSL.2008.vcproj", "{D578E676-7EC8-4548-BD8B-845C635F14AD}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "openssl", "openssl", "{B376D494-D7DD-4B2A-99E2-52916D5A8CD8}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libeay32", "libs\win32\openssl\libeay32.2008.vcproj", "{D331904D-A00A-4694-A5A3-FCFF64AB5DBE}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{D578E676-7EC8-4548-BD8B-845C635F14AD} = {D578E676-7EC8-4548-BD8B-845C635F14AD}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ssleay32", "libs\win32\openssl\ssleay32.2008.vcproj", "{B4B62169-5AD4-4559-8707-3D933AC5DB39}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{D331904D-A00A-4694-A5A3-FCFF64AB5DBE} = {D331904D-A00A-4694-A5A3-FCFF64AB5DBE}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openssl", "libs\win32\openssl\openssl.2008.vcproj", "{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{D331904D-A00A-4694-A5A3-FCFF64AB5DBE} = {D331904D-A00A-4694-A5A3-FCFF64AB5DBE}
|
||||
{B4B62169-5AD4-4559-8707-3D933AC5DB39} = {B4B62169-5AD4-4559-8707-3D933AC5DB39}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
All|Win32 = All|Win32
|
||||
@ -2786,6 +2806,50 @@ Global
|
||||
{2E250296-0C08-4342-9C8A-BCBDD0E7DF65}.Release|Win32.Build.0 = Release|Win32
|
||||
{2E250296-0C08-4342-9C8A-BCBDD0E7DF65}.Release|x64.ActiveCfg = Release|x64
|
||||
{2E250296-0C08-4342-9C8A-BCBDD0E7DF65}.Release|x64.Build.0 = Release|x64
|
||||
{D578E676-7EC8-4548-BD8B-845C635F14AD}.All|Win32.ActiveCfg = Release|Win32
|
||||
{D578E676-7EC8-4548-BD8B-845C635F14AD}.All|Win32.Build.0 = Release|Win32
|
||||
{D578E676-7EC8-4548-BD8B-845C635F14AD}.All|x64.ActiveCfg = Release|Win32
|
||||
{D578E676-7EC8-4548-BD8B-845C635F14AD}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{D578E676-7EC8-4548-BD8B-845C635F14AD}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{D578E676-7EC8-4548-BD8B-845C635F14AD}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{D578E676-7EC8-4548-BD8B-845C635F14AD}.Debug|x64.Build.0 = Debug|Win32
|
||||
{D578E676-7EC8-4548-BD8B-845C635F14AD}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{D578E676-7EC8-4548-BD8B-845C635F14AD}.Release|Win32.Build.0 = Release|Win32
|
||||
{D578E676-7EC8-4548-BD8B-845C635F14AD}.Release|x64.ActiveCfg = Release|Win32
|
||||
{D578E676-7EC8-4548-BD8B-845C635F14AD}.Release|x64.Build.0 = Release|Win32
|
||||
{D331904D-A00A-4694-A5A3-FCFF64AB5DBE}.All|Win32.ActiveCfg = Release|Win32
|
||||
{D331904D-A00A-4694-A5A3-FCFF64AB5DBE}.All|Win32.Build.0 = Release|Win32
|
||||
{D331904D-A00A-4694-A5A3-FCFF64AB5DBE}.All|x64.ActiveCfg = Release|Win32
|
||||
{D331904D-A00A-4694-A5A3-FCFF64AB5DBE}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{D331904D-A00A-4694-A5A3-FCFF64AB5DBE}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{D331904D-A00A-4694-A5A3-FCFF64AB5DBE}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{D331904D-A00A-4694-A5A3-FCFF64AB5DBE}.Debug|x64.Build.0 = Debug|x64
|
||||
{D331904D-A00A-4694-A5A3-FCFF64AB5DBE}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{D331904D-A00A-4694-A5A3-FCFF64AB5DBE}.Release|Win32.Build.0 = Release|Win32
|
||||
{D331904D-A00A-4694-A5A3-FCFF64AB5DBE}.Release|x64.ActiveCfg = Release|x64
|
||||
{D331904D-A00A-4694-A5A3-FCFF64AB5DBE}.Release|x64.Build.0 = Release|x64
|
||||
{B4B62169-5AD4-4559-8707-3D933AC5DB39}.All|Win32.ActiveCfg = Release|Win32
|
||||
{B4B62169-5AD4-4559-8707-3D933AC5DB39}.All|Win32.Build.0 = Release|Win32
|
||||
{B4B62169-5AD4-4559-8707-3D933AC5DB39}.All|x64.ActiveCfg = Release|Win32
|
||||
{B4B62169-5AD4-4559-8707-3D933AC5DB39}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{B4B62169-5AD4-4559-8707-3D933AC5DB39}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{B4B62169-5AD4-4559-8707-3D933AC5DB39}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{B4B62169-5AD4-4559-8707-3D933AC5DB39}.Debug|x64.Build.0 = Debug|x64
|
||||
{B4B62169-5AD4-4559-8707-3D933AC5DB39}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{B4B62169-5AD4-4559-8707-3D933AC5DB39}.Release|Win32.Build.0 = Release|Win32
|
||||
{B4B62169-5AD4-4559-8707-3D933AC5DB39}.Release|x64.ActiveCfg = Release|x64
|
||||
{B4B62169-5AD4-4559-8707-3D933AC5DB39}.Release|x64.Build.0 = Release|x64
|
||||
{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}.All|Win32.ActiveCfg = Release|Win32
|
||||
{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}.All|Win32.Build.0 = Release|Win32
|
||||
{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}.All|x64.ActiveCfg = Release|Win32
|
||||
{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}.Debug|x64.Build.0 = Debug|x64
|
||||
{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}.Release|Win32.Build.0 = Release|Win32
|
||||
{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}.Release|x64.ActiveCfg = Release|x64
|
||||
{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}.Release|x64.Build.0 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
@ -2905,6 +2969,7 @@ Global
|
||||
{ABB71A76-42B0-47A4-973A-42E3D920C6FD} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}
|
||||
{9778F1C0-09BC-4698-8EBC-BD982247209A} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}
|
||||
{56B91D01-9150-4BBF-AFA1-5B68AB991B76} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}
|
||||
{B376D494-D7DD-4B2A-99E2-52916D5A8CD8} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}
|
||||
{8B3B4C4C-13C2-446C-BEB0-F412CC2CFB9A} = {C120A020-773F-4EA3-923F-B67AF28B750D}
|
||||
{4F92B672-DADB-4047-8D6A-4BB3796733FD} = {C120A020-773F-4EA3-923F-B67AF28B750D}
|
||||
{2DEE4895-1134-439C-B688-52203E57D878} = {C120A020-773F-4EA3-923F-B67AF28B750D}
|
||||
@ -2922,6 +2987,7 @@ Global
|
||||
{E10571C4-E7F4-4608-B5F2-B22E7EB95400} = {C120A020-773F-4EA3-923F-B67AF28B750D}
|
||||
{FFF82F9B-6A2B-4BE3-95D8-DC5A4FC71E19} = {C120A020-773F-4EA3-923F-B67AF28B750D}
|
||||
{B808178B-82F0-4CF4-A2B1-921939FA24D0} = {C120A020-773F-4EA3-923F-B67AF28B750D}
|
||||
{D578E676-7EC8-4548-BD8B-845C635F14AD} = {C120A020-773F-4EA3-923F-B67AF28B750D}
|
||||
{988CACF7-3FCB-4992-BE69-77872AE67DC8} = {6CD61A1D-797C-470A-BE08-8C31B68BB336}
|
||||
{5BC072DB-3826-48EA-AF34-FE32AA01E83B} = {6CD61A1D-797C-470A-BE08-8C31B68BB336}
|
||||
{FA429E98-8B03-45E6-A096-A4BC5E821DE4} = {6CD61A1D-797C-470A-BE08-8C31B68BB336}
|
||||
@ -2991,5 +3057,8 @@ Global
|
||||
{504B3154-7A4F-459D-9877-B951021C3F1F} = {62F27B1A-C919-4A70-8478-51F178F3B18F}
|
||||
{746F3632-5BB2-4570-9453-31D6D58A7D8E} = {62F27B1A-C919-4A70-8478-51F178F3B18F}
|
||||
{DEB01ACB-D65F-4A62-AED9-58C1054499E9} = {62F27B1A-C919-4A70-8478-51F178F3B18F}
|
||||
{D331904D-A00A-4694-A5A3-FCFF64AB5DBE} = {B376D494-D7DD-4B2A-99E2-52916D5A8CD8}
|
||||
{B4B62169-5AD4-4559-8707-3D933AC5DB39} = {B376D494-D7DD-4B2A-99E2-52916D5A8CD8}
|
||||
{25BD39B1-C8BF-4676-A738-9CABD9C6BC79} = {B376D494-D7DD-4B2A-99E2-52916D5A8CD8}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
92
libs/win32/Download OPENSSL.2008.vcproj
Normal file
92
libs/win32/Download OPENSSL.2008.vcproj
Normal file
@ -0,0 +1,92 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="Download OPENSSL"
|
||||
ProjectGUID="{D578E676-7EC8-4548-BD8B-845C635F14AD}"
|
||||
RootNamespace="Download OPENSSL"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="10"
|
||||
CharacterSet="2"
|
||||
BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="10"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath=".\OPENSSL\cleancount"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Downloading OPENSSL."
|
||||
CommandLine="if not exist "$(ProjectDir)..\openssl-1.0.0a" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://openssl.org/source/openssl-1.0.0a.tar.gz "$(ProjectDir).."
"
|
||||
Outputs="$(ProjectDir)..\OPENSSL"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Downloading OPENSSL."
|
||||
CommandLine="if not exist "$(ProjectDir)..\openssl-1.0.0a" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://openssl.org/source/openssl-1.0.0a.tar.gz "$(ProjectDir).."
"
|
||||
Outputs="$(ProjectDir)..\OPENSSL"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
94
libs/win32/openssl/applink.c
Normal file
94
libs/win32/openssl/applink.c
Normal file
@ -0,0 +1,94 @@
|
||||
#define APPLINK_STDIN 1
|
||||
#define APPLINK_STDOUT 2
|
||||
#define APPLINK_STDERR 3
|
||||
#define APPLINK_FPRINTF 4
|
||||
#define APPLINK_FGETS 5
|
||||
#define APPLINK_FREAD 6
|
||||
#define APPLINK_FWRITE 7
|
||||
#define APPLINK_FSETMOD 8
|
||||
#define APPLINK_FEOF 9
|
||||
#define APPLINK_FCLOSE 10 /* should not be used */
|
||||
|
||||
#define APPLINK_FOPEN 11 /* solely for completeness */
|
||||
#define APPLINK_FSEEK 12
|
||||
#define APPLINK_FTELL 13
|
||||
#define APPLINK_FFLUSH 14
|
||||
#define APPLINK_FERROR 15
|
||||
#define APPLINK_CLEARERR 16
|
||||
#define APPLINK_FILENO 17 /* to be used with below */
|
||||
|
||||
#define APPLINK_OPEN 18 /* formally can't be used, as flags can vary */
|
||||
#define APPLINK_READ 19
|
||||
#define APPLINK_WRITE 20
|
||||
#define APPLINK_LSEEK 21
|
||||
#define APPLINK_CLOSE 22
|
||||
#define APPLINK_MAX 22 /* always same as last macro */
|
||||
|
||||
#ifndef APPMACROS_ONLY
|
||||
#include <stdio.h>
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
static void *app_stdin(void) { return stdin; }
|
||||
static void *app_stdout(void) { return stdout; }
|
||||
static void *app_stderr(void) { return stderr; }
|
||||
static int app_feof(FILE *fp) { return feof(fp); }
|
||||
static int app_ferror(FILE *fp) { return ferror(fp); }
|
||||
static void app_clearerr(FILE *fp) { clearerr(fp); }
|
||||
static int app_fileno(FILE *fp) { return _fileno(fp); }
|
||||
static int app_fsetmod(FILE *fp,char mod)
|
||||
{ return _setmode (_fileno(fp),mod=='b'?_O_BINARY:_O_TEXT); }
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
__declspec(dllexport)
|
||||
void **
|
||||
#if defined(__BORLANDC__)
|
||||
__stdcall /* __stdcall appears to be the only way to get the name
|
||||
* decoration right with Borland C. Otherwise it works
|
||||
* purely incidentally, as we pass no parameters. */
|
||||
#else
|
||||
__cdecl
|
||||
#endif
|
||||
OPENSSL_Applink(void)
|
||||
{ static int once=1;
|
||||
static void *OPENSSL_ApplinkTable[APPLINK_MAX+1]={(void *)APPLINK_MAX};
|
||||
|
||||
if (once)
|
||||
{ OPENSSL_ApplinkTable[APPLINK_STDIN] = app_stdin;
|
||||
OPENSSL_ApplinkTable[APPLINK_STDOUT] = app_stdout;
|
||||
OPENSSL_ApplinkTable[APPLINK_STDERR] = app_stderr;
|
||||
OPENSSL_ApplinkTable[APPLINK_FPRINTF] = fprintf;
|
||||
OPENSSL_ApplinkTable[APPLINK_FGETS] = fgets;
|
||||
OPENSSL_ApplinkTable[APPLINK_FREAD] = fread;
|
||||
OPENSSL_ApplinkTable[APPLINK_FWRITE] = fwrite;
|
||||
OPENSSL_ApplinkTable[APPLINK_FSETMOD] = app_fsetmod;
|
||||
OPENSSL_ApplinkTable[APPLINK_FEOF] = app_feof;
|
||||
OPENSSL_ApplinkTable[APPLINK_FCLOSE] = fclose;
|
||||
|
||||
OPENSSL_ApplinkTable[APPLINK_FOPEN] = fopen;
|
||||
OPENSSL_ApplinkTable[APPLINK_FSEEK] = fseek;
|
||||
OPENSSL_ApplinkTable[APPLINK_FTELL] = ftell;
|
||||
OPENSSL_ApplinkTable[APPLINK_FFLUSH] = fflush;
|
||||
OPENSSL_ApplinkTable[APPLINK_FERROR] = app_ferror;
|
||||
OPENSSL_ApplinkTable[APPLINK_CLEARERR] = app_clearerr;
|
||||
OPENSSL_ApplinkTable[APPLINK_FILENO] = app_fileno;
|
||||
|
||||
OPENSSL_ApplinkTable[APPLINK_OPEN] = _open;
|
||||
OPENSSL_ApplinkTable[APPLINK_READ] = _read;
|
||||
OPENSSL_ApplinkTable[APPLINK_WRITE] = _write;
|
||||
OPENSSL_ApplinkTable[APPLINK_LSEEK] = _lseek;
|
||||
OPENSSL_ApplinkTable[APPLINK_CLOSE] = _close;
|
||||
|
||||
once = 0;
|
||||
}
|
||||
|
||||
return OPENSSL_ApplinkTable;
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
13
libs/win32/openssl/buildinf.h
Normal file
13
libs/win32/openssl/buildinf.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef MK1MF_BUILD
|
||||
/* auto-generated by Configure for crypto/cversion.c:
|
||||
* for Unix builds, crypto/Makefile.ssl generates functional definitions;
|
||||
* Windows builds (and other mk1mf builds) compile cversion.c with
|
||||
* -DMK1MF_BUILD and use definitions added to this file by util/mk1mf.pl. */
|
||||
#error "Windows builds (PLATFORM=VC-WIN32) use mk1mf.pl-created Makefiles"
|
||||
#endif
|
||||
#ifdef MK1MF_PLATFORM_VC_WIN32
|
||||
/* auto-generated/updated by util/mk1mf.pl for crypto/cversion.c */
|
||||
#define CFLAGS "cl /MD /Ox /O2 /Ob2 -DOPENSSL_THREADS -DDSO_WIN32 -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE -DOPENSSL_USE_APPLINK -I. /Fdout32dll -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_STATIC_ENGINE "
|
||||
#define PLATFORM "VC-WIN32"
|
||||
#define DATE "Sun Jun 6 23:40:23 2010"
|
||||
#endif
|
2
libs/win32/openssl/include/aes.h
Normal file
2
libs/win32/openssl/include/aes.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/aes/aes.h"
|
2
libs/win32/openssl/include/asn1.h
Normal file
2
libs/win32/openssl/include/asn1.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/asn1/asn1.h"
|
2
libs/win32/openssl/include/asn1_mac.h
Normal file
2
libs/win32/openssl/include/asn1_mac.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/asn1/asn1_mac.h"
|
2
libs/win32/openssl/include/asn1t.h
Normal file
2
libs/win32/openssl/include/asn1t.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/asn1/asn1t.h"
|
2
libs/win32/openssl/include/bio.h
Normal file
2
libs/win32/openssl/include/bio.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/bio/bio.h"
|
2
libs/win32/openssl/include/blowfish.h
Normal file
2
libs/win32/openssl/include/blowfish.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/bf/blowfish.h"
|
2
libs/win32/openssl/include/bn.h
Normal file
2
libs/win32/openssl/include/bn.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/bn/bn.h"
|
2
libs/win32/openssl/include/buffer.h
Normal file
2
libs/win32/openssl/include/buffer.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/buffer/buffer.h"
|
2
libs/win32/openssl/include/camellia.h
Normal file
2
libs/win32/openssl/include/camellia.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/camellia/camellia.h"
|
2
libs/win32/openssl/include/cast.h
Normal file
2
libs/win32/openssl/include/cast.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/cast/cast.h"
|
2
libs/win32/openssl/include/cms.h
Normal file
2
libs/win32/openssl/include/cms.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/cms/cms.h"
|
2
libs/win32/openssl/include/comp.h
Normal file
2
libs/win32/openssl/include/comp.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/comp/comp.h"
|
2
libs/win32/openssl/include/conf.h
Normal file
2
libs/win32/openssl/include/conf.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/conf/conf.h"
|
2
libs/win32/openssl/include/conf_api.h
Normal file
2
libs/win32/openssl/include/conf_api.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/conf/conf_api.h"
|
2
libs/win32/openssl/include/crypto.h
Normal file
2
libs/win32/openssl/include/crypto.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/crypto.h"
|
2
libs/win32/openssl/include/des.h
Normal file
2
libs/win32/openssl/include/des.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/des/des.h"
|
2
libs/win32/openssl/include/des_old.h
Normal file
2
libs/win32/openssl/include/des_old.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/des/des_old.h"
|
2
libs/win32/openssl/include/dh.h
Normal file
2
libs/win32/openssl/include/dh.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/dh/dh.h"
|
2
libs/win32/openssl/include/dsa.h
Normal file
2
libs/win32/openssl/include/dsa.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/dsa/dsa.h"
|
2
libs/win32/openssl/include/dso.h
Normal file
2
libs/win32/openssl/include/dso.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/dso/dso.h"
|
2
libs/win32/openssl/include/dtls1.h
Normal file
2
libs/win32/openssl/include/dtls1.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../ssl/dtls1.h"
|
2
libs/win32/openssl/include/e_os.h
Normal file
2
libs/win32/openssl/include/e_os.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../e_os.h"
|
2
libs/win32/openssl/include/e_os2.h
Normal file
2
libs/win32/openssl/include/e_os2.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../e_os2.h"
|
2
libs/win32/openssl/include/ebcdic.h
Normal file
2
libs/win32/openssl/include/ebcdic.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/ebcdic.h"
|
2
libs/win32/openssl/include/ec.h
Normal file
2
libs/win32/openssl/include/ec.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/ec/ec.h"
|
2
libs/win32/openssl/include/ecdh.h
Normal file
2
libs/win32/openssl/include/ecdh.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/ecdh/ecdh.h"
|
2
libs/win32/openssl/include/ecdsa.h
Normal file
2
libs/win32/openssl/include/ecdsa.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/ecdsa/ecdsa.h"
|
2
libs/win32/openssl/include/engine.h
Normal file
2
libs/win32/openssl/include/engine.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/engine/engine.h"
|
2
libs/win32/openssl/include/err.h
Normal file
2
libs/win32/openssl/include/err.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/err/err.h"
|
2
libs/win32/openssl/include/evp.h
Normal file
2
libs/win32/openssl/include/evp.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/evp/evp.h"
|
2
libs/win32/openssl/include/hmac.h
Normal file
2
libs/win32/openssl/include/hmac.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/hmac/hmac.h"
|
2
libs/win32/openssl/include/idea.h
Normal file
2
libs/win32/openssl/include/idea.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/idea/idea.h"
|
2
libs/win32/openssl/include/krb5_asn.h
Normal file
2
libs/win32/openssl/include/krb5_asn.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/krb5/krb5_asn.h"
|
2
libs/win32/openssl/include/kssl.h
Normal file
2
libs/win32/openssl/include/kssl.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../ssl/kssl.h"
|
2
libs/win32/openssl/include/lhash.h
Normal file
2
libs/win32/openssl/include/lhash.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/lhash/lhash.h"
|
2
libs/win32/openssl/include/md2.h
Normal file
2
libs/win32/openssl/include/md2.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/md2/md2.h"
|
2
libs/win32/openssl/include/md4.h
Normal file
2
libs/win32/openssl/include/md4.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/md4/md4.h"
|
2
libs/win32/openssl/include/md5.h
Normal file
2
libs/win32/openssl/include/md5.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/md5/md5.h"
|
2
libs/win32/openssl/include/mdc2.h
Normal file
2
libs/win32/openssl/include/mdc2.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/mdc2/mdc2.h"
|
2
libs/win32/openssl/include/modes.h
Normal file
2
libs/win32/openssl/include/modes.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/modes/modes.h"
|
2
libs/win32/openssl/include/o_dir.h
Normal file
2
libs/win32/openssl/include/o_dir.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/o_dir.h"
|
2
libs/win32/openssl/include/o_str.h
Normal file
2
libs/win32/openssl/include/o_str.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/o_str.h"
|
2
libs/win32/openssl/include/obj_mac.h
Normal file
2
libs/win32/openssl/include/obj_mac.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/objects/obj_mac.h"
|
2
libs/win32/openssl/include/objects.h
Normal file
2
libs/win32/openssl/include/objects.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/objects/objects.h"
|
2
libs/win32/openssl/include/ocsp.h
Normal file
2
libs/win32/openssl/include/ocsp.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/ocsp/ocsp.h"
|
2
libs/win32/openssl/include/opensslv.h
Normal file
2
libs/win32/openssl/include/opensslv.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/opensslv.h"
|
2
libs/win32/openssl/include/ossl_typ.h
Normal file
2
libs/win32/openssl/include/ossl_typ.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/ossl_typ.h"
|
2
libs/win32/openssl/include/pem.h
Normal file
2
libs/win32/openssl/include/pem.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/pem/pem.h"
|
2
libs/win32/openssl/include/pem2.h
Normal file
2
libs/win32/openssl/include/pem2.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/pem/pem2.h"
|
2
libs/win32/openssl/include/pkcs12.h
Normal file
2
libs/win32/openssl/include/pkcs12.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/pkcs12/pkcs12.h"
|
2
libs/win32/openssl/include/pkcs7.h
Normal file
2
libs/win32/openssl/include/pkcs7.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/pkcs7/pkcs7.h"
|
2
libs/win32/openssl/include/pq_compat.h
Normal file
2
libs/win32/openssl/include/pq_compat.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/pqueue/pq_compat.h"
|
2
libs/win32/openssl/include/pqueue.h
Normal file
2
libs/win32/openssl/include/pqueue.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/pqueue/pqueue.h"
|
2
libs/win32/openssl/include/rand.h
Normal file
2
libs/win32/openssl/include/rand.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/rand/rand.h"
|
2
libs/win32/openssl/include/rc2.h
Normal file
2
libs/win32/openssl/include/rc2.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/rc2/rc2.h"
|
2
libs/win32/openssl/include/rc4.h
Normal file
2
libs/win32/openssl/include/rc4.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/rc4/rc4.h"
|
2
libs/win32/openssl/include/rc5.h
Normal file
2
libs/win32/openssl/include/rc5.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/rc5/rc5.h"
|
2
libs/win32/openssl/include/ripemd.h
Normal file
2
libs/win32/openssl/include/ripemd.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/ripemd/ripemd.h"
|
2
libs/win32/openssl/include/rsa.h
Normal file
2
libs/win32/openssl/include/rsa.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/rsa/rsa.h"
|
2
libs/win32/openssl/include/safestack.h
Normal file
2
libs/win32/openssl/include/safestack.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/stack/safestack.h"
|
2
libs/win32/openssl/include/seed.h
Normal file
2
libs/win32/openssl/include/seed.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/seed/seed.h"
|
2
libs/win32/openssl/include/sha.h
Normal file
2
libs/win32/openssl/include/sha.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/sha/sha.h"
|
2
libs/win32/openssl/include/ssl.h
Normal file
2
libs/win32/openssl/include/ssl.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../ssl/ssl.h"
|
2
libs/win32/openssl/include/ssl2.h
Normal file
2
libs/win32/openssl/include/ssl2.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../ssl/ssl2.h"
|
2
libs/win32/openssl/include/ssl23.h
Normal file
2
libs/win32/openssl/include/ssl23.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../ssl/ssl23.h"
|
2
libs/win32/openssl/include/ssl3.h
Normal file
2
libs/win32/openssl/include/ssl3.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../ssl/ssl3.h"
|
2
libs/win32/openssl/include/stack.h
Normal file
2
libs/win32/openssl/include/stack.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/stack/stack.h"
|
2
libs/win32/openssl/include/store.h
Normal file
2
libs/win32/openssl/include/store.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/store/store.h"
|
2
libs/win32/openssl/include/symhacks.h
Normal file
2
libs/win32/openssl/include/symhacks.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/symhacks.h"
|
2
libs/win32/openssl/include/tls1.h
Normal file
2
libs/win32/openssl/include/tls1.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../ssl/tls1.h"
|
2
libs/win32/openssl/include/tmdiff.h
Normal file
2
libs/win32/openssl/include/tmdiff.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/tmdiff.h"
|
2
libs/win32/openssl/include/ts.h
Normal file
2
libs/win32/openssl/include/ts.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/ts/ts.h"
|
2
libs/win32/openssl/include/txt_db.h
Normal file
2
libs/win32/openssl/include/txt_db.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/txt_db/txt_db.h"
|
2
libs/win32/openssl/include/ui.h
Normal file
2
libs/win32/openssl/include/ui.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/ui/ui.h"
|
2
libs/win32/openssl/include/ui_compat.h
Normal file
2
libs/win32/openssl/include/ui_compat.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/ui/ui_compat.h"
|
2
libs/win32/openssl/include/whrlpool.h
Normal file
2
libs/win32/openssl/include/whrlpool.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/whrlpool/whrlpool.h"
|
2
libs/win32/openssl/include/x509.h
Normal file
2
libs/win32/openssl/include/x509.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/x509/x509.h"
|
2
libs/win32/openssl/include/x509_vfy.h
Normal file
2
libs/win32/openssl/include/x509_vfy.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/x509/x509_vfy.h"
|
2
libs/win32/openssl/include/x509v3.h
Normal file
2
libs/win32/openssl/include/x509v3.h
Normal file
@ -0,0 +1,2 @@
|
||||
/* file generated by 'generate-global-headers.bat' */
|
||||
#include "..\../crypto/x509v3/x509v3.h"
|
3150
libs/win32/openssl/libeay32.2008.vcproj
Normal file
3150
libs/win32/openssl/libeay32.2008.vcproj
Normal file
File diff suppressed because it is too large
Load Diff
3474
libs/win32/openssl/libeay32.def
Normal file
3474
libs/win32/openssl/libeay32.def
Normal file
File diff suppressed because it is too large
Load Diff
585
libs/win32/openssl/openssl.2008.vcproj
Normal file
585
libs/win32/openssl/openssl.2008.vcproj
Normal file
@ -0,0 +1,585 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="openssl"
|
||||
ProjectGUID="{25BD39B1-C8BF-4676-A738-9CABD9C6BC79}"
|
||||
RootNamespace="openssl"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/Gs0"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
AdditionalIncludeDirectories=""..\..\openssl-1.0.0a\include";"..\..\openssl-1.0.0a""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;OPENSSL_THREADS;MONOLITH;DSO_WIN32;OPENSSL_SYSNAME_WIN32;WIN32_LEAN_AND_MEAN;L_ENDIAN;_CRT_SECURE_NO_DEPRECATE;OPENSSL_USE_APPLINK;OPENSSL_NO_RC5;OPENSSL_NO_MD2;OPENSSL_NO_KRB5;OPENSSL_NO_JPAKE;OPENSSL_NO_STATIC_ENGINE"
|
||||
StringPooling="true"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
WarnAsError="true"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4996;4133"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libeay32.lib ssleay32.lib ws2_32.lib"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""$(ProjectDir)$(ConfigurationName)""
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/Gs0"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
AdditionalIncludeDirectories=""..\..\openssl-1.0.0a\include";"..\..\openssl-1.0.0a""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CONSOLE;OPENSSL_THREADS;MONOLITH;DSO_WIN32;OPENSSL_SYSNAME_WIN32;WIN32_LEAN_AND_MEAN;L_ENDIAN;_CRT_SECURE_NO_DEPRECATE;OPENSSL_USE_APPLINK;OPENSSL_NO_RC5;OPENSSL_NO_MD2;OPENSSL_NO_KRB5;OPENSSL_NO_JPAKE;OPENSSL_NO_STATIC_ENGINE"
|
||||
StringPooling="true"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
WarnAsError="true"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4996;4133"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libeay32.lib ssleay32.lib ws2_32.lib"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""$(ProjectDir)$(ConfigurationName)""
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/Gs0"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
AdditionalIncludeDirectories=""..\..\openssl-1.0.0a\include";"..\..\openssl-1.0.0a""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;OPENSSL_THREADS;MONOLITH;DSO_WIN32;OPENSSL_SYSNAME_WIN32;WIN32_LEAN_AND_MEAN;L_ENDIAN;_CRT_SECURE_NO_DEPRECATE;OPENSSL_USE_APPLINK;OPENSSL_NO_RC5;OPENSSL_NO_MD2;OPENSSL_NO_KRB5;OPENSSL_NO_JPAKE;OPENSSL_NO_STATIC_ENGINE"
|
||||
StringPooling="true"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4996;4133"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libeay32.lib ssleay32.lib ws2_32.lib"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""$(ProjectDir)$(ConfigurationName)""
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/Gs0"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
AdditionalIncludeDirectories=""..\..\openssl-1.0.0a\include";"..\..\openssl-1.0.0a""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CONSOLE;OPENSSL_THREADS;MONOLITH;DSO_WIN32;OPENSSL_SYSNAME_WIN32;WIN32_LEAN_AND_MEAN;L_ENDIAN;_CRT_SECURE_NO_DEPRECATE;OPENSSL_USE_APPLINK;OPENSSL_NO_RC5;OPENSSL_NO_MD2;OPENSSL_NO_KRB5;OPENSSL_NO_JPAKE;OPENSSL_NO_STATIC_ENGINE"
|
||||
StringPooling="true"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4996;4133"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libeay32.lib ssleay32.lib ws2_32.lib"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""$(ProjectDir)$(ConfigurationName)""
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<Filter
|
||||
Name="apps"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\app_rand.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\apps.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\asn1pars.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\ca.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\ciphers.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\cms.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\crl.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\crl2p7.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\dgst.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\dh.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\dhparam.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\dsa.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\dsaparam.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\ec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\ecparam.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\enc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\engine.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\errstr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\gendh.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\gendsa.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\genpkey.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\genrsa.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\nseq.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\ocsp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\openssl.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\passwd.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\pkcs12.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\pkcs7.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\pkcs8.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\pkey.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\pkeyparam.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\pkeyutl.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\prime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\rand.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\req.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\rsa.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\rsautl.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\s_cb.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\s_client.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\s_server.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\s_socket.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\s_time.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\sess_id.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\smime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\speed.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\spkac.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\ts.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\verify.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\version.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\winrand.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\x509.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<Filter
|
||||
Name="apps"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\apps\apps.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
224
libs/win32/openssl/opensslconf.h
Normal file
224
libs/win32/openssl/opensslconf.h
Normal file
@ -0,0 +1,224 @@
|
||||
/* opensslconf.h */
|
||||
/* WARNING: Generated automatically from opensslconf.h.in by Configure. */
|
||||
|
||||
/* OpenSSL was configured with the following options: */
|
||||
#ifndef OPENSSL_SYSNAME_WIN32
|
||||
# define OPENSSL_SYSNAME_WIN32
|
||||
#endif
|
||||
#ifndef OPENSSL_DOING_MAKEDEPEND
|
||||
|
||||
|
||||
#ifndef OPENSSL_NO_GMP
|
||||
# define OPENSSL_NO_GMP
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_JPAKE
|
||||
# define OPENSSL_NO_JPAKE
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_KRB5
|
||||
# define OPENSSL_NO_KRB5
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_MD2
|
||||
# define OPENSSL_NO_MD2
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_RC5
|
||||
# define OPENSSL_NO_RC5
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_RFC3779
|
||||
# define OPENSSL_NO_RFC3779
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_STORE
|
||||
# define OPENSSL_NO_STORE
|
||||
#endif
|
||||
|
||||
#endif /* OPENSSL_DOING_MAKEDEPEND */
|
||||
|
||||
#ifndef OPENSSL_THREADS
|
||||
# define OPENSSL_THREADS
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_ASM
|
||||
# define OPENSSL_NO_ASM
|
||||
#endif
|
||||
|
||||
/* The OPENSSL_NO_* macros are also defined as NO_* if the application
|
||||
asks for it. This is a transient feature that is provided for those
|
||||
who haven't had the time to do the appropriate changes in their
|
||||
applications. */
|
||||
#ifdef OPENSSL_ALGORITHM_DEFINES
|
||||
# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP)
|
||||
# define NO_GMP
|
||||
# endif
|
||||
# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE)
|
||||
# define NO_JPAKE
|
||||
# endif
|
||||
# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)
|
||||
# define NO_KRB5
|
||||
# endif
|
||||
# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2)
|
||||
# define NO_MD2
|
||||
# endif
|
||||
# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5)
|
||||
# define NO_RC5
|
||||
# endif
|
||||
# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779)
|
||||
# define NO_RFC3779
|
||||
# endif
|
||||
# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE)
|
||||
# define NO_STORE
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* crypto/opensslconf.h.in */
|
||||
|
||||
/* Generate 80386 code? */
|
||||
#undef I386_ONLY
|
||||
|
||||
#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
|
||||
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
|
||||
#define ENGINESDIR "/usr/local/ssl/lib/engines"
|
||||
#define OPENSSLDIR "/usr/local/ssl"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#undef OPENSSL_UNISTD
|
||||
#define OPENSSL_UNISTD <unistd.h>
|
||||
|
||||
#undef OPENSSL_EXPORT_VAR_AS_FUNCTION
|
||||
#define OPENSSL_EXPORT_VAR_AS_FUNCTION
|
||||
|
||||
#if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
|
||||
#define IDEA_INT unsigned int
|
||||
#endif
|
||||
|
||||
#if defined(HEADER_MD2_H) && !defined(MD2_INT)
|
||||
#define MD2_INT unsigned int
|
||||
#endif
|
||||
|
||||
#if defined(HEADER_RC2_H) && !defined(RC2_INT)
|
||||
/* I need to put in a mod for the alpha - eay */
|
||||
#define RC2_INT unsigned int
|
||||
#endif
|
||||
|
||||
#if defined(HEADER_RC4_H)
|
||||
#if !defined(RC4_INT)
|
||||
/* using int types make the structure larger but make the code faster
|
||||
* on most boxes I have tested - up to %20 faster. */
|
||||
/*
|
||||
* I don't know what does "most" mean, but declaring "int" is a must on:
|
||||
* - Intel P6 because partial register stalls are very expensive;
|
||||
* - elder Alpha because it lacks byte load/store instructions;
|
||||
*/
|
||||
#define RC4_INT unsigned int
|
||||
#endif
|
||||
#if !defined(RC4_CHUNK)
|
||||
/*
|
||||
* This enables code handling data aligned at natural CPU word
|
||||
* boundary. See crypto/rc4/rc4_enc.c for further details.
|
||||
*/
|
||||
#undef RC4_CHUNK
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
|
||||
/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
|
||||
* %20 speed up (longs are 8 bytes, int's are 4). */
|
||||
#ifndef DES_LONG
|
||||
#define DES_LONG unsigned long
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
|
||||
#define CONFIG_HEADER_BN_H
|
||||
#define BN_LLONG
|
||||
|
||||
/* Should we define BN_DIV2W here? */
|
||||
|
||||
/* Only one for the following should be defined */
|
||||
#undef SIXTY_FOUR_BIT_LONG
|
||||
#undef SIXTY_FOUR_BIT
|
||||
#define THIRTY_TWO_BIT
|
||||
#endif
|
||||
|
||||
#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H)
|
||||
#define CONFIG_HEADER_RC4_LOCL_H
|
||||
/* if this is defined data[i] is used instead of *data, this is a %20
|
||||
* speedup on x86 */
|
||||
#define RC4_INDEX
|
||||
#endif
|
||||
|
||||
#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H)
|
||||
#define CONFIG_HEADER_BF_LOCL_H
|
||||
#undef BF_PTR
|
||||
#endif /* HEADER_BF_LOCL_H */
|
||||
|
||||
#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
|
||||
#define CONFIG_HEADER_DES_LOCL_H
|
||||
#ifndef DES_DEFAULT_OPTIONS
|
||||
/* the following is tweaked from a config script, that is why it is a
|
||||
* protected undef/define */
|
||||
#ifndef DES_PTR
|
||||
#undef DES_PTR
|
||||
#endif
|
||||
|
||||
/* This helps C compiler generate the correct code for multiple functional
|
||||
* units. It reduces register dependancies at the expense of 2 more
|
||||
* registers */
|
||||
#ifndef DES_RISC1
|
||||
#undef DES_RISC1
|
||||
#endif
|
||||
|
||||
#ifndef DES_RISC2
|
||||
#undef DES_RISC2
|
||||
#endif
|
||||
|
||||
#if defined(DES_RISC1) && defined(DES_RISC2)
|
||||
YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
|
||||
#endif
|
||||
|
||||
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
|
||||
* Very mucy CPU dependant */
|
||||
#ifndef DES_UNROLL
|
||||
#undef DES_UNROLL
|
||||
#endif
|
||||
|
||||
/* These default values were supplied by
|
||||
* Peter Gutman <pgut001@cs.auckland.ac.nz>
|
||||
* They are only used if nothing else has been defined */
|
||||
#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL)
|
||||
/* Special defines which change the way the code is built depending on the
|
||||
CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find
|
||||
even newer MIPS CPU's, but at the moment one size fits all for
|
||||
optimization options. Older Sparc's work better with only UNROLL, but
|
||||
there's no way to tell at compile time what it is you're running on */
|
||||
|
||||
#if defined( sun ) /* Newer Sparc's */
|
||||
# define DES_PTR
|
||||
# define DES_RISC1
|
||||
# define DES_UNROLL
|
||||
#elif defined( __ultrix ) /* Older MIPS */
|
||||
# define DES_PTR
|
||||
# define DES_RISC2
|
||||
# define DES_UNROLL
|
||||
#elif defined( __osf1__ ) /* Alpha */
|
||||
# define DES_PTR
|
||||
# define DES_RISC2
|
||||
#elif defined ( _AIX ) /* RS6000 */
|
||||
/* Unknown */
|
||||
#elif defined( __hpux ) /* HP-PA */
|
||||
/* Unknown */
|
||||
#elif defined( __aux ) /* 68K */
|
||||
/* Unknown */
|
||||
#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */
|
||||
# define DES_UNROLL
|
||||
#elif defined( __sgi ) /* Newer MIPS */
|
||||
# define DES_PTR
|
||||
# define DES_RISC2
|
||||
# define DES_UNROLL
|
||||
#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */
|
||||
# define DES_PTR
|
||||
# define DES_RISC1
|
||||
# define DES_UNROLL
|
||||
#endif /* Systems-specific speed defines */
|
||||
#endif
|
||||
|
||||
#endif /* DES_DEFAULT_OPTIONS */
|
||||
#endif /* HEADER_DES_LOCL_H */
|
563
libs/win32/openssl/ssleay32.2008.vcproj
Normal file
563
libs/win32/openssl/ssleay32.2008.vcproj
Normal file
@ -0,0 +1,563 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="ssleay32"
|
||||
ProjectGUID="{B4B62169-5AD4-4559-8707-3D933AC5DB39}"
|
||||
RootNamespace="ssleay32"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="1"
|
||||
ManagedExtensions="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="copy /Y $(ProjectDir)ssleay32.def $(ProjectDir)..\..\openssl-1.0.0a\ssleay32.def"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/Gs0"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
AdditionalIncludeDirectories=""..\..\openssl-1.0.0a\include";"..\..\openssl-1.0.0a\crypto";"..\..\openssl-1.0.0a""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;DSO_WIN32;OPENSSL_THREADS;OPENSSL_SYSNAME_WIN32;WIN32_LEAN_AND_MEAN;L_ENDIAN;_CRT_SECURE_NO_DEPRECATE;OPENSSL_USE_APPLINK;OPENSSL_NO_RC5;OPENSSL_NO_MD2;OPENSSL_NO_KRB5;OPENSSL_NO_JPAKE;OPENSSL_NO_STATIC_ENGINE;_WINDLL;OPENSSL_BUILD_SHLIBSSL"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
WarnAsError="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libeay32.lib"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""$(ProjectDir)$(ConfigurationName)""
|
||||
ModuleDefinitionFile="ssleay32.def"
|
||||
GenerateDebugInformation="true"
|
||||
AssemblyDebug="1"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="1"
|
||||
ManagedExtensions="0"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="copy /Y $(ProjectDir)ssleay32.def $(ProjectDir)..\..\openssl-1.0.0a\ssleay32.def"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/Gs0"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
AdditionalIncludeDirectories=""..\..\openssl-1.0.0a\include";"..\..\openssl-1.0.0a\crypto";"..\..\openssl-1.0.0a""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;DSO_WIN32;OPENSSL_THREADS;OPENSSL_SYSNAME_WIN32;WIN32_LEAN_AND_MEAN;L_ENDIAN;_CRT_SECURE_NO_DEPRECATE;OPENSSL_USE_APPLINK;OPENSSL_NO_RC5;OPENSSL_NO_MD2;OPENSSL_NO_KRB5;OPENSSL_NO_JPAKE;OPENSSL_NO_STATIC_ENGINE;_WINDLL;OPENSSL_BUILD_SHLIBSSL"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
WarnAsError="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libeay32.lib"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories="$(ProjectDir)$(ConfigurationName)"
|
||||
ModuleDefinitionFile="ssleay32.def"
|
||||
GenerateDebugInformation="true"
|
||||
AssemblyDebug="1"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="1"
|
||||
ManagedExtensions="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="copy /Y $(ProjectDir)ssleay32.def $(ProjectDir)..\..\openssl-1.0.0a\ssleay32.def"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/Gs0"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
AdditionalIncludeDirectories=""..\..\openssl-1.0.0a\include";"..\..\openssl-1.0.0a\crypto";"..\..\openssl-1.0.0a""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;DSO_WIN32;OPENSSL_THREADS;OPENSSL_SYSNAME_WIN32;WIN32_LEAN_AND_MEAN;L_ENDIAN;_CRT_SECURE_NO_DEPRECATE;OPENSSL_USE_APPLINK;OPENSSL_NO_RC5;OPENSSL_NO_MD2;OPENSSL_NO_KRB5;OPENSSL_NO_JPAKE;OPENSSL_NO_STATIC_ENGINE;_WINDLL;OPENSSL_BUILD_SHLIBSSL"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libeay32.lib"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""$(ProjectDir)$(ConfigurationName)""
|
||||
ModuleDefinitionFile="ssleay32.def"
|
||||
GenerateDebugInformation="true"
|
||||
AssemblyDebug="1"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="2"
|
||||
CharacterSet="1"
|
||||
ManagedExtensions="0"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="copy /Y $(ProjectDir)ssleay32.def $(ProjectDir)..\..\openssl-1.0.0a\ssleay32.def"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/Gs0"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
AdditionalIncludeDirectories=""..\..\openssl-1.0.0a\include";"..\..\openssl-1.0.0a\crypto";"..\..\openssl-1.0.0a""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;DSO_WIN32;OPENSSL_THREADS;OPENSSL_SYSNAME_WIN32;WIN32_LEAN_AND_MEAN;L_ENDIAN;_CRT_SECURE_NO_DEPRECATE;OPENSSL_USE_APPLINK;OPENSSL_NO_RC5;OPENSSL_NO_MD2;OPENSSL_NO_KRB5;OPENSSL_NO_JPAKE;OPENSSL_NO_STATIC_ENGINE;_WINDLL;OPENSSL_BUILD_SHLIBSSL"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libeay32.lib"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories="$(ProjectDir)$(ConfigurationName)"
|
||||
ModuleDefinitionFile="ssleay32.def"
|
||||
GenerateDebugInformation="true"
|
||||
AssemblyDebug="1"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<Filter
|
||||
Name="ssl"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\bio_ssl.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\d1_both.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\d1_clnt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\d1_enc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\d1_lib.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\d1_meth.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\d1_pkt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\d1_srvr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\kssl.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s23_clnt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s23_lib.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s23_meth.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s23_pkt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s23_srvr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s2_clnt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s2_enc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s2_lib.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s2_meth.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s2_pkt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s2_srvr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s3_both.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s3_clnt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s3_enc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s3_lib.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s3_meth.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s3_pkt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\s3_srvr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\ssl_algs.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\ssl_asn1.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\ssl_cert.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\ssl_ciph.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\ssl_err.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\ssl_err2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\ssl_lib.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\ssl_rsa.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\ssl_sess.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\ssl_stat.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\ssl_txt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\t1_clnt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\t1_enc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\t1_lib.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\t1_meth.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\t1_reneg.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\ssl\t1_srvr.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<Filter
|
||||
Name="crypto"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\crypto\cryptlib.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\crypto\o_dir.h"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="evp"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\openssl-1.0.0a\crypto\evp\evp_locl.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
243
libs/win32/openssl/ssleay32.def
Normal file
243
libs/win32/openssl/ssleay32.def
Normal file
@ -0,0 +1,243 @@
|
||||
;
|
||||
; Definition file for the DLL version of the SSLEAY library from OpenSSL
|
||||
;
|
||||
|
||||
LIBRARY SSLEAY32
|
||||
|
||||
EXPORTS
|
||||
BIO_f_ssl @121
|
||||
BIO_new_buffer_ssl_connect @173
|
||||
BIO_new_ssl @122
|
||||
BIO_new_ssl_connect @174
|
||||
BIO_ssl_copy_session_id @124
|
||||
BIO_ssl_shutdown @131
|
||||
DTLSv1_client_method @268
|
||||
DTLSv1_method @273
|
||||
DTLSv1_server_method @275
|
||||
ERR_load_SSL_strings @1
|
||||
PEM_read_SSL_SESSION @301
|
||||
PEM_read_bio_SSL_SESSION @302
|
||||
PEM_write_SSL_SESSION @305
|
||||
PEM_write_bio_SSL_SESSION @296
|
||||
SSL_CIPHER_description @2
|
||||
SSL_CIPHER_get_bits @128
|
||||
SSL_CIPHER_get_name @130
|
||||
SSL_CIPHER_get_version @129
|
||||
SSL_COMP_add_compression_method @184
|
||||
SSL_COMP_get_compression_methods @276
|
||||
SSL_COMP_get_name @271
|
||||
SSL_CTX_add_client_CA @3
|
||||
SSL_CTX_add_session @4
|
||||
SSL_CTX_callback_ctrl @243
|
||||
SSL_CTX_check_private_key @5
|
||||
SSL_CTX_ctrl @6
|
||||
SSL_CTX_flush_sessions @7
|
||||
SSL_CTX_free @8
|
||||
SSL_CTX_get_cert_store @180
|
||||
SSL_CTX_get_client_CA_list @9
|
||||
SSL_CTX_get_client_cert_cb @288
|
||||
SSL_CTX_get_ex_data @138
|
||||
SSL_CTX_get_ex_new_index @167
|
||||
SSL_CTX_get_info_callback @282
|
||||
SSL_CTX_get_quiet_shutdown @140
|
||||
SSL_CTX_get_timeout @179
|
||||
SSL_CTX_get_verify_callback @10
|
||||
SSL_CTX_get_verify_depth @228
|
||||
SSL_CTX_get_verify_mode @11
|
||||
SSL_CTX_load_verify_locations @141
|
||||
SSL_CTX_new @12
|
||||
SSL_CTX_remove_session @13
|
||||
SSL_CTX_sess_get_get_cb @279
|
||||
SSL_CTX_sess_get_new_cb @287
|
||||
SSL_CTX_sess_get_remove_cb @289
|
||||
SSL_CTX_sess_set_get_cb @280
|
||||
SSL_CTX_sess_set_new_cb @278
|
||||
SSL_CTX_sess_set_remove_cb @285
|
||||
SSL_CTX_sessions @245
|
||||
SSL_CTX_set1_param @310
|
||||
SSL_CTX_set_cert_store @181
|
||||
SSL_CTX_set_cert_verify_callback @232
|
||||
SSL_CTX_set_cipher_list @15
|
||||
SSL_CTX_set_client_CA_list @16
|
||||
SSL_CTX_set_client_cert_cb @284
|
||||
SSL_CTX_set_client_cert_engine @293
|
||||
SSL_CTX_set_cookie_generate_cb @283
|
||||
SSL_CTX_set_cookie_verify_cb @281
|
||||
SSL_CTX_set_default_passwd_cb @17
|
||||
SSL_CTX_set_default_passwd_cb_userdata @235
|
||||
SSL_CTX_set_default_verify_paths @142
|
||||
SSL_CTX_set_ex_data @143
|
||||
SSL_CTX_set_generate_session_id @264
|
||||
SSL_CTX_set_info_callback @286
|
||||
SSL_CTX_set_msg_callback @266
|
||||
SSL_CTX_set_psk_client_callback @295
|
||||
SSL_CTX_set_psk_server_callback @303
|
||||
SSL_CTX_set_purpose @238
|
||||
SSL_CTX_set_quiet_shutdown @145
|
||||
SSL_CTX_set_session_id_context @231
|
||||
SSL_CTX_set_ssl_version @19
|
||||
SSL_CTX_set_timeout @178
|
||||
SSL_CTX_set_tmp_dh_callback @176
|
||||
SSL_CTX_set_tmp_ecdh_callback @269
|
||||
SSL_CTX_set_tmp_rsa_callback @177
|
||||
SSL_CTX_set_trust @237
|
||||
SSL_CTX_set_verify @21
|
||||
SSL_CTX_set_verify_depth @225
|
||||
SSL_CTX_use_PrivateKey @22
|
||||
SSL_CTX_use_PrivateKey_ASN1 @23
|
||||
SSL_CTX_use_PrivateKey_file @24
|
||||
SSL_CTX_use_RSAPrivateKey @25
|
||||
SSL_CTX_use_RSAPrivateKey_ASN1 @26
|
||||
SSL_CTX_use_RSAPrivateKey_file @27
|
||||
SSL_CTX_use_certificate @28
|
||||
SSL_CTX_use_certificate_ASN1 @29
|
||||
SSL_CTX_use_certificate_chain_file @222
|
||||
SSL_CTX_use_certificate_file @30
|
||||
SSL_CTX_use_psk_identity_hint @294
|
||||
SSL_SESSION_free @31
|
||||
SSL_SESSION_get_ex_data @146
|
||||
SSL_SESSION_get_ex_new_index @168
|
||||
SSL_SESSION_get_id @277
|
||||
SSL_SESSION_get_time @134
|
||||
SSL_SESSION_get_timeout @136
|
||||
SSL_SESSION_new @32
|
||||
SSL_SESSION_print @33
|
||||
SSL_SESSION_print_fp @34
|
||||
SSL_SESSION_set_ex_data @148
|
||||
SSL_SESSION_set_time @135
|
||||
SSL_SESSION_set_timeout @137
|
||||
SSL_accept @35
|
||||
SSL_add_client_CA @36
|
||||
SSL_add_dir_cert_subjects_to_stack @188
|
||||
SSL_add_file_cert_subjects_to_stack @185
|
||||
SSL_alert_desc_string @37
|
||||
SSL_alert_desc_string_long @38
|
||||
SSL_alert_type_string @39
|
||||
SSL_alert_type_string_long @40
|
||||
SSL_callback_ctrl @244
|
||||
SSL_check_private_key @41
|
||||
SSL_clear @42
|
||||
SSL_connect @43
|
||||
SSL_copy_session_id @44
|
||||
SSL_ctrl @45
|
||||
SSL_do_handshake @125
|
||||
SSL_dup @46
|
||||
SSL_dup_CA_list @47
|
||||
SSL_free @48
|
||||
SSL_get1_session @242
|
||||
SSL_get_SSL_CTX @150
|
||||
SSL_get_certificate @49
|
||||
SSL_get_cipher_list @52
|
||||
SSL_get_ciphers @55
|
||||
SSL_get_client_CA_list @56
|
||||
SSL_get_current_cipher @127
|
||||
SSL_get_current_compression @272
|
||||
SSL_get_current_expansion @274
|
||||
SSL_get_default_timeout @57
|
||||
SSL_get_error @58
|
||||
SSL_get_ex_data @151
|
||||
SSL_get_ex_data_X509_STORE_CTX_idx @175
|
||||
SSL_get_ex_new_index @169
|
||||
SSL_get_fd @59
|
||||
SSL_get_finished @240
|
||||
SSL_get_info_callback @165
|
||||
SSL_get_peer_cert_chain @60
|
||||
SSL_get_peer_certificate @61
|
||||
SSL_get_peer_finished @241
|
||||
SSL_get_privatekey @126
|
||||
SSL_get_psk_identity @304
|
||||
SSL_get_psk_identity_hint @297
|
||||
SSL_get_quiet_shutdown @153
|
||||
SSL_get_rbio @63
|
||||
SSL_get_read_ahead @64
|
||||
SSL_get_rfd @246
|
||||
SSL_get_servername @291
|
||||
SSL_get_servername_type @292
|
||||
SSL_get_session @154
|
||||
SSL_get_shared_ciphers @65
|
||||
SSL_get_shutdown @155
|
||||
SSL_get_ssl_method @66
|
||||
SSL_get_verify_callback @69
|
||||
SSL_get_verify_depth @229
|
||||
SSL_get_verify_mode @70
|
||||
SSL_get_verify_result @157
|
||||
SSL_get_version @71
|
||||
SSL_get_wbio @72
|
||||
SSL_get_wfd @247
|
||||
SSL_has_matching_session_id @249
|
||||
SSL_library_init @183
|
||||
SSL_load_client_CA_file @73
|
||||
SSL_load_error_strings @74
|
||||
SSL_new @75
|
||||
SSL_peek @76
|
||||
SSL_pending @77
|
||||
SSL_read @78
|
||||
SSL_renegotiate @79
|
||||
SSL_renegotiate_pending @265
|
||||
SSL_rstate_string @80
|
||||
SSL_rstate_string_long @81
|
||||
SSL_set1_param @309
|
||||
SSL_set_SSL_CTX @290
|
||||
SSL_set_accept_state @82
|
||||
SSL_set_bio @83
|
||||
SSL_set_cipher_list @84
|
||||
SSL_set_client_CA_list @85
|
||||
SSL_set_connect_state @86
|
||||
SSL_set_ex_data @158
|
||||
SSL_set_fd @87
|
||||
SSL_set_generate_session_id @258
|
||||
SSL_set_info_callback @160
|
||||
SSL_set_msg_callback @267
|
||||
SSL_set_psk_client_callback @300
|
||||
SSL_set_psk_server_callback @298
|
||||
SSL_set_purpose @236
|
||||
SSL_set_quiet_shutdown @161
|
||||
SSL_set_read_ahead @88
|
||||
SSL_set_rfd @89
|
||||
SSL_set_session @90
|
||||
SSL_set_session_id_context @189
|
||||
SSL_set_session_secret_cb @307
|
||||
SSL_set_session_ticket_ext @306
|
||||
SSL_set_session_ticket_ext_cb @308
|
||||
SSL_set_shutdown @162
|
||||
SSL_set_ssl_method @91
|
||||
SSL_set_tmp_dh_callback @187
|
||||
SSL_set_tmp_ecdh_callback @270
|
||||
SSL_set_tmp_rsa_callback @186
|
||||
SSL_set_trust @239
|
||||
SSL_set_verify @94
|
||||
SSL_set_verify_depth @226
|
||||
SSL_set_verify_result @163
|
||||
SSL_set_wfd @95
|
||||
SSL_shutdown @96
|
||||
SSL_state @166
|
||||
SSL_state_string @97
|
||||
SSL_state_string_long @98
|
||||
SSL_use_PrivateKey @99
|
||||
SSL_use_PrivateKey_ASN1 @100
|
||||
SSL_use_PrivateKey_file @101
|
||||
SSL_use_RSAPrivateKey @102
|
||||
SSL_use_RSAPrivateKey_ASN1 @103
|
||||
SSL_use_RSAPrivateKey_file @104
|
||||
SSL_use_certificate @105
|
||||
SSL_use_certificate_ASN1 @106
|
||||
SSL_use_certificate_file @107
|
||||
SSL_use_psk_identity_hint @299
|
||||
SSL_version @164
|
||||
SSL_want @182
|
||||
SSL_write @108
|
||||
SSLv23_client_method @110
|
||||
SSLv23_method @111
|
||||
SSLv23_server_method @112
|
||||
SSLv2_client_method @113
|
||||
SSLv2_method @114
|
||||
SSLv2_server_method @115
|
||||
SSLv3_client_method @116
|
||||
SSLv3_method @117
|
||||
SSLv3_server_method @118
|
||||
TLSv1_client_method @172
|
||||
TLSv1_method @170
|
||||
TLSv1_server_method @171
|
||||
d2i_SSL_SESSION @119
|
||||
i2d_SSL_SESSION @120
|
||||
|
Loading…
x
Reference in New Issue
Block a user