Skip to content

Ed25519: add missing C++ directives for C functions#6898

Merged
JacobBarthelmeh merged 1 commit intowolfSSL:masterfrom
SparkiDev:ed25519_g++
Oct 20, 2023
Merged

Ed25519: add missing C++ directives for C functions#6898
JacobBarthelmeh merged 1 commit intowolfSSL:masterfrom
SparkiDev:ed25519_g++

Conversation

@SparkiDev
Copy link
Copy Markdown
Contributor

Description

Assembly code has C function names.
Need to tell C++ that these are C function and not to mangle names.

Testing

./configure '--disable-shared' '--enable-curve25519' '--enable-ed25519' 'CC=g++' '--enable-intelasm'

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

Assembly code has C function names.
Need to tell C++ that these are C function and not to mangle names.
@SparkiDev SparkiDev added the For This Release Release version 5.9.1 label Oct 20, 2023
@JacobBarthelmeh JacobBarthelmeh merged commit 9db828a into wolfSSL:master Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

For This Release Release version 5.9.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants