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

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?

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

No branches or pull requests

1 participant