krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
907 stars 334 forks source link

Can not found sm2.h in the Headers #142

Closed zealforbeing closed 1 year ago

zealforbeing commented 2 years ago

When I finished build with the commend make. I can not found sm2.h in OpenSSL.framwork/Headers/ . How should I do to build the framwork include sm2.h whick can found in https://github.com/openssl/openssl/tree/OpenSSL_1_1_1o/include/crypto .

krzyzanowskim commented 1 year ago

sm2.h is not part of public API from what I see. I guess you should try EVP interface instead https://www.openssl.org/docs/man1.1.1/man7/SM2.html

zealforbeing commented 1 year ago

sm2.h is not part of public API from what I see. I guess you should try EVP interface instead https://www.openssl.org/docs/man1.1.1/man7/SM2.html

Thanks!