diff options
author | unknown <msvensson@neptunus.(none)> | 2007-01-22 16:54:40 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2007-01-22 16:54:40 +0100 |
commit | 5e50052234dcf8c8d8d3fa1efca8fc5d94e686e2 (patch) | |
tree | 08fda0eefd85407c1dbb0a9146b04d09c0cd6f8a /extra/yassl/src/make.bat | |
parent | 1d82eb04dddce5fcea5d38bdbf7aef5c29e43972 (diff) | |
download | mariadb-git-5e50052234dcf8c8d8d3fa1efca8fc5d94e686e2.tar.gz |
Import yaSSL version 1.5.8
- Includes patch for Bug#25189
extra/yassl/README:
Import patch yassl.diff
extra/yassl/include/openssl/ssl.h:
Import patch yassl.diff
extra/yassl/src/make.bat:
Import patch yassl.diff
extra/yassl/src/ssl.cpp:
Import patch yassl.diff
extra/yassl/src/yassl_error.cpp:
Import patch yassl.diff
extra/yassl/taocrypt/benchmark/make.bat:
Import patch yassl.diff
extra/yassl/taocrypt/include/asn.hpp:
Import patch yassl.diff
extra/yassl/taocrypt/include/error.hpp:
Import patch yassl.diff
extra/yassl/taocrypt/include/file.hpp:
Import patch yassl.diff
extra/yassl/taocrypt/src/asn.cpp:
Import patch yassl.diff
extra/yassl/taocrypt/src/coding.cpp:
Import patch yassl.diff
extra/yassl/taocrypt/src/integer.cpp:
Import patch yassl.diff
extra/yassl/taocrypt/src/make.bat:
Import patch yassl.diff
extra/yassl/taocrypt/test/make.bat:
Import patch yassl.diff
extra/yassl/taocrypt/test/test.cpp:
Import patch yassl.diff
extra/yassl/testsuite/make.bat:
Import patch yassl.diff
extra/yassl/testsuite/testsuite.cpp:
Import patch yassl.diff
Diffstat (limited to 'extra/yassl/src/make.bat')
-rw-r--r-- | extra/yassl/src/make.bat | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/yassl/src/make.bat b/extra/yassl/src/make.bat index 6ddf4ff98df..dde305721a7 100644 --- a/extra/yassl/src/make.bat +++ b/extra/yassl/src/make.bat @@ -1,22 +1,4 @@ REM quick and dirty build file for testing different MSDEVs - -@echo off -REM Copyright (C) 2006 MySQL AB -REM -REM This program is free software; you can redistribute it and/or modify -REM it under the terms of the GNU General Public License as published by -REM the Free Software Foundation; version 2 of the License. -REM -REM This program is distributed in the hope that it will be useful, -REM but WITHOUT ANY WARRANTY; without even the implied warranty of -REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -REM GNU General Public License for more details. -REM -REM You should have received a copy of the GNU General Public License -REM along with this program; if not, write to the Free Software -REM Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -@echo on - setlocal set myFLAGS= /I../include /I../taocrypt/mySTL /I../taocrypt/include /W3 /c /ZI |