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
2a46b358
Commit
2a46b358
authored
Jul 25, 2023
by
Oleksandr Byelkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new WolfSSL v5.6.3-stable
parent
063f4ac2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
extra/wolfssl/CMakeLists.txt
extra/wolfssl/CMakeLists.txt
+3
-1
extra/wolfssl/wolfssl
extra/wolfssl/wolfssl
+1
-1
No files found.
extra/wolfssl/CMakeLists.txt
View file @
2a46b358
...
...
@@ -147,7 +147,9 @@ IF(WOLFSSL_X86_64_BUILD)
LIST
(
APPEND WOLFCRYPT_SOURCES
${
WOLFCRYPT_SRCDIR
}
/cpuid.c
)
IF
(
MSVC
)
SET
(
WOLFSSL_AESNI 1
)
LIST
(
APPEND WOLFCRYPT_SOURCES
${
WOLFCRYPT_SRCDIR
}
/aes_asm.asm
)
LIST
(
APPEND WOLFCRYPT_SOURCES
${
WOLFCRYPT_SRCDIR
}
/aes_asm.asm
${
WOLFCRYPT_SRCDIR
}
/aes_gcm_asm.asm
)
IF
(
CMAKE_C_COMPILER_ID MATCHES Clang
)
SET
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
-maes -msse4.2 -mpclmul -mrdrnd -mrdseed"
)
ENDIF
()
...
...
wolfssl
@
3b3c175a
Subproject commit
4fbd4fd36a21efd9d1a7e17aba390e91c78693b1
Subproject commit
3b3c175af0e993ffaae251871421e206cc41963f
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