Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and use Brainkey v2 #157

Merged
merged 7 commits into from
Feb 22, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Fix build for MinGW (lib)"
This reverts commit a3019ca.
  • Loading branch information
SergeySeroshtan committed Feb 18, 2021
commit f07dc54b7f3fe2836e7de5577de3dc46bf91105e
9 changes: 0 additions & 9 deletions codegen/models/shared/module_library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,4 @@

<argument name="mem" class="any" access="writeonly" />
</callback>


<macroses>
<code lang="c">
#if defined(__MINGW32__) &amp;&amp; !defined(snprintf)
# define snprintf __mingw_snprintf
#endif
</code>
</macroses>
</module>
4 changes: 0 additions & 4 deletions library/common/include/virgil/crypto/common/vsc_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ extern "C" {
# endif
#endif

#if defined(__MINGW32__) && !defined(snprintf)
# define snprintf __mingw_snprintf
#endif

#define VSC_VERSION_MAJOR 0

#define VSC_VERSION_MINOR 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ extern "C" {
# endif
#endif

#if defined(__MINGW32__) && !defined(snprintf)
# define snprintf __mingw_snprintf
#endif

#define VSCF_VERSION_MAJOR 0

#define VSCF_VERSION_MINOR 16
Expand Down
4 changes: 0 additions & 4 deletions library/phe/include/virgil/crypto/phe/vsce_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ extern "C" {
# endif
#endif

#if defined(__MINGW32__) && !defined(snprintf)
# define snprintf __mingw_snprintf
#endif

#define VSCE_VERSION_MAJOR 0

#define VSCE_VERSION_MINOR 16
Expand Down
4 changes: 0 additions & 4 deletions library/pythia/include/virgil/crypto/pythia/vscp_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ extern "C" {
# endif
#endif

#if defined(__MINGW32__) && !defined(snprintf)
# define snprintf __mingw_snprintf
#endif

#define VSCP_VERSION_MAJOR 0

#define VSCP_VERSION_MINOR 16
Expand Down
4 changes: 0 additions & 4 deletions library/ratchet/include/virgil/crypto/ratchet/vscr_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ extern "C" {
# endif
#endif

#if defined(__MINGW32__) && !defined(snprintf)
# define snprintf __mingw_snprintf
#endif

#define VSCR_VERSION_MAJOR 0

#define VSCR_VERSION_MINOR 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ extern "C" {
# endif
#endif

#if defined(__MINGW32__) && !defined(snprintf)
# define snprintf __mingw_snprintf
#endif

#define VSSB_VERSION_MAJOR 0

#define VSSB_VERSION_MINOR 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ extern "C" {
# endif
#endif

#if defined(__MINGW32__) && !defined(snprintf)
# define snprintf __mingw_snprintf
#endif

#define VSSQ_VERSION_MAJOR 0

#define VSSQ_VERSION_MINOR 16
Expand Down
4 changes: 0 additions & 4 deletions library/sdk/core/include/virgil/sdk/core/vssc_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ extern "C" {
# endif
#endif

#if defined(__MINGW32__) && !defined(snprintf)
# define snprintf __mingw_snprintf
#endif

#define VSSC_VERSION_MAJOR 0

#define VSSC_VERSION_MINOR 16
Expand Down
4 changes: 0 additions & 4 deletions library/sdk/keyknox/include/virgil/sdk/keyknox/vssk_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ extern "C" {
# endif
#endif

#if defined(__MINGW32__) && !defined(snprintf)
# define snprintf __mingw_snprintf
#endif

#define VSSK_VERSION_MAJOR 0

#define VSSK_VERSION_MINOR 16
Expand Down
4 changes: 0 additions & 4 deletions library/sdk/pythia/include/virgil/sdk/pythia/vssp_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ extern "C" {
# endif
#endif

#if defined(__MINGW32__) && !defined(snprintf)
# define snprintf __mingw_snprintf
#endif

#define VSSP_VERSION_MAJOR 0

#define VSSP_VERSION_MINOR 16
Expand Down