Skip to content
New issue

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

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

Already on GitHub? # to your account

Missing types? #232

Open
SanderM2 opened this issue Dec 10, 2024 · 0 comments
Open

Missing types? #232

SanderM2 opened this issue Dec 10, 2024 · 0 comments

Comments

@SanderM2
Copy link

I installed your package by adding it to my xcode project using the github url : https://github.com/krzyzanowskim/OpenSSL-Package.git

I added 'import OpenSSL' to my Swift file and I can now see functions like EC_KEY_new_by_curve_name ( yes I know they are deprecated in v3).

But all types like the EC_KEY type is missing. Which means I cannot declare a function that uses EC_KEY_new_by_curve_name() and returns it result, because I cannot declare the function result type as EC_KEY

How do I get the EC_KEY definitions in my project?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant