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
3f4274f8
Commit
3f4274f8
authored
Aug 08, 2018
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SLES11 OpenSSL 0.9.8 support
parent
ba1c05cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libmariadb
libmariadb
+1
-1
sql/mysqld.cc
sql/mysqld.cc
+1
-1
No files found.
libmariadb
@
d0f20145
Subproject commit
31eb49f1f4dff7841866f6eaaefe44f94e124d62
Subproject commit
d0f201451d062b83912525b4821d82304b32ecb1
sql/mysqld.cc
View file @
3f4274f8
...
@@ -8195,7 +8195,7 @@ my_asn1_time_to_string(const ASN1_TIME *time, char *buf, size_t len)
...
@@ -8195,7 +8195,7 @@ my_asn1_time_to_string(const ASN1_TIME *time, char *buf, size_t len)
if
(
bio
==
NULL
)
if
(
bio
==
NULL
)
return
NULL
;
return
NULL
;
if
(
!
ASN1_TIME_print
(
bio
,
time
))
if
(
!
ASN1_TIME_print
(
bio
,
const_cast
<
ASN1_TIME
*>
(
time
)
))
goto
end
;
goto
end
;
n_read
=
BIO_read
(
bio
,
buf
,
(
int
)
(
len
-
1
));
n_read
=
BIO_read
(
bio
,
buf
,
(
int
)
(
len
-
1
));
...
...
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