Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
203b64f3
Commit
203b64f3
authored
Jun 15, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/svoj/devel/mysql/yassl-mysql-5.0
parents
3d0d6cee
b789b050
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
extra/yassl/taocrypt/src/misc.cpp
extra/yassl/taocrypt/src/misc.cpp
+1
-1
tools/Makefile.am
tools/Makefile.am
+6
-1
No files found.
extra/yassl/taocrypt/src/misc.cpp
View file @
203b64f3
...
...
@@ -136,7 +136,7 @@ unsigned long Crop(unsigned long value, unsigned int size)
#if !(defined(_MSC_VER) && (_MSC_VER < 1300)) && \
!(defined(__HP_aCC) && (__HP_aCC <= 3
57
00))
!(defined(__HP_aCC) && (__HP_aCC <= 3
63
00))
using
std
::
new_handler
;
using
std
::
set_new_handler
;
#endif
...
...
tools/Makefile.am
View file @
203b64f3
...
...
@@ -15,13 +15,18 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Process this file with automake to create Makefile.in
if
HAVE_YASSL
yassl_dummy_link_fix
=
$(top_srcdir)
/extra/yassl/src/dummy.cpp
else
yassl_dummy_link_fix
=
endif
INCLUDES
=
-I
$(top_srcdir)
/include
$(openssl_includes)
\
-I
$(top_builddir)
/include
LDADD
=
@CLIENT_EXTRA_LDFLAGS@
\
$(top_builddir)
/libmysql_r/libmysqlclient_r.la
\
@openssl_libs@ @ZLIB_LIBS@
bin_PROGRAMS
=
mysqltestmanager
mysqltestmanager_SOURCES
=
mysqlmanager.c
mysqltestmanager_SOURCES
=
mysqlmanager.c
$(yassl_dummy_link_fix)
mysqltestmanager_DEPENDENCIES
=
$(LIBRARIES)
$(pkglib_LTLIBRARIES)
DEF
=
-DUNDEF_THREADS_HACK
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment